hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/dove.dtsi
....@@ -1,12 +1,12 @@
11 // SPDX-License-Identifier: GPL-2.0
2
-/include/ "skeleton.dtsi"
3
-
42 #include <dt-bindings/gpio/gpio.h>
53 #include <dt-bindings/interrupt-controller/irq.h>
64
75 #define MBUS_ID(target,attributes) (((target) << 24) | ((attributes) << 16))
86
97 / {
8
+ #address-cells = <1>;
9
+ #size-cells = <1>;
1010 compatible = "marvell,dove";
1111 model = "Marvell Armada 88AP510 SoC";
1212 interrupt-parent = <&intc>;
....@@ -175,7 +175,6 @@
175175 #size-cells = <0>;
176176 interrupts = <11>;
177177 clock-frequency = <400000>;
178
- timeout-ms = <1000>;
179178 clocks = <&core_clk 0>;
180179 status = "okay";
181180 };
....@@ -248,7 +247,7 @@
248247 marvell,#interrupts = <5>;
249248 };
250249
251
- intc: main-interrupt-ctrl@20200 {
250
+ intc: interrupt-controller@20200 {
252251 compatible = "marvell,orion-intc";
253252 interrupt-controller;
254253 #interrupt-cells = <1>;
....@@ -784,7 +783,7 @@
784783 status = "disabled";
785784 };
786785
787
- crypto_sram: sa-sram@ffffe000 {
786
+ crypto_sram: sram@ffffe000 {
788787 compatible = "mmio-sram";
789788 reg = <0xffffe000 0x800>;
790789 clocks = <&gate_clk 15>;