.. | .. |
---|
1 | 1 | // SPDX-License-Identifier: GPL-2.0 |
---|
2 | | -/include/ "skeleton.dtsi" |
---|
3 | | - |
---|
4 | 2 | #include <dt-bindings/gpio/gpio.h> |
---|
5 | 3 | #include <dt-bindings/interrupt-controller/irq.h> |
---|
6 | 4 | |
---|
7 | 5 | #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16)) |
---|
8 | 6 | |
---|
9 | 7 | / { |
---|
| 8 | + #address-cells = <1>; |
---|
| 9 | + #size-cells = <1>; |
---|
10 | 10 | compatible = "marvell,dove"; |
---|
11 | 11 | model = "Marvell Armada 88AP510 SoC"; |
---|
12 | 12 | interrupt-parent = <&intc>; |
---|
.. | .. |
---|
175 | 175 | #size-cells = <0>; |
---|
176 | 176 | interrupts = <11>; |
---|
177 | 177 | clock-frequency = <400000>; |
---|
178 | | - timeout-ms = <1000>; |
---|
179 | 178 | clocks = <&core_clk 0>; |
---|
180 | 179 | status = "okay"; |
---|
181 | 180 | }; |
---|
.. | .. |
---|
248 | 247 | marvell,#interrupts = <5>; |
---|
249 | 248 | }; |
---|
250 | 249 | |
---|
251 | | - intc: main-interrupt-ctrl@20200 { |
---|
| 250 | + intc: interrupt-controller@20200 { |
---|
252 | 251 | compatible = "marvell,orion-intc"; |
---|
253 | 252 | interrupt-controller; |
---|
254 | 253 | #interrupt-cells = <1>; |
---|
.. | .. |
---|
784 | 783 | status = "disabled"; |
---|
785 | 784 | }; |
---|
786 | 785 | |
---|
787 | | - crypto_sram: sa-sram@ffffe000 { |
---|
| 786 | + crypto_sram: sram@ffffe000 { |
---|
788 | 787 | compatible = "mmio-sram"; |
---|
789 | 788 | reg = <0xffffe000 0x800>; |
---|
790 | 789 | clocks = <&gate_clk 15>; |
---|