dts: intel_s1000: Move core_intc node under soc node
Move core_intc node under soc node Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
parent
ae781bd9bd
commit
3748085d18
1 changed files with 7 additions and 8 deletions
|
@ -23,14 +23,6 @@
|
|||
compatible = "cadence,tensilica-xtensa-lx6";
|
||||
reg = <1>;
|
||||
};
|
||||
|
||||
core_intc: core_intc@0 {
|
||||
compatible = "xtensa,core-intc";
|
||||
reg = <0x00 0x400>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <3>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
sram0: memory@be000000 {
|
||||
|
@ -46,6 +38,13 @@
|
|||
};
|
||||
|
||||
soc {
|
||||
core_intc: core_intc@0 {
|
||||
compatible = "xtensa,core-intc";
|
||||
reg = <0x00 0x400>;
|
||||
interrupt-controller;
|
||||
#interrupt-cells = <3>;
|
||||
};
|
||||
|
||||
cavs0: cavs@78800 {
|
||||
compatible = "intel,cavs-intc";
|
||||
reg = <0x78800 0x10>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue