Commit 3c220bf4 authored by Michal Simek's avatar Michal Simek

arm: zynq: Label whole PL part as fpga_full region

This will simplify dt overlay structure for the whole PL.
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent e5e6f687
...@@ -42,6 +42,14 @@ cpu1: cpu@1 { ...@@ -42,6 +42,14 @@ cpu1: cpu@1 {
}; };
}; };
fpga_full: fpga-full {
compatible = "fpga-region";
fpga-mgr = <&devcfg>;
#address-cells = <1>;
#size-cells = <1>;
ranges;
};
pmu@f8891000 { pmu@f8891000 {
compatible = "arm,cortex-a9-pmu"; compatible = "arm,cortex-a9-pmu";
interrupts = <0 5 4>, <0 6 4>; interrupts = <0 5 4>, <0 6 4>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment