mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
ARM: RTSM: add DCSCB address definition to ca15x*-ca7x* .dts files
This commit is contained in:
committed by
Jon Medhurst
parent
2791e6ee27
commit
76546a4560
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user