ARM: RTSM: add DCSCB address definition to ca15x*-ca7x* .dts files

This commit is contained in:
Nicolas Pitre
2012-11-29 16:37:51 -05:00
committed by Jon Medhurst
parent 2791e6ee27
commit 76546a4560
2 changed files with 10 additions and 0 deletions

View File

@@ -94,6 +94,11 @@
reg = <0 0x2c090000 0 0x8000>;
};
dcscb@60000000 {
compatible = "arm,dcscb";
reg = <0 0x60000000 0 0x1000>;
};
gic: interrupt-controller@2c001000 {
compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
#interrupt-cells = <3>;

View File

@@ -172,6 +172,11 @@
reg = <0 0x2c090000 0 0x8000>;
};
dcscb@60000000 {
compatible = "arm,dcscb";
reg = <0 0x60000000 0 0x1000>;
};
gic: interrupt-controller@2c001000 {
compatible = "arm,cortex-a15-gic", "arm,cortex-a9-gic";
#interrupt-cells = <3>;