Skip to content

Commit fb693c1

Browse files
decsnynashif
authored andcommitted
dts: rt5xx: Fix DTC warnings
Fix DTC warnings caused by flexspi and sram node definitions. Signed-off-by: Declan Snyder <[email protected]>
1 parent 67877e7 commit fb693c1

File tree

3 files changed

+8
-16
lines changed

3 files changed

+8
-16
lines changed

dts/arm/nxp/nxp_rt5xx.dtsi

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@
1616
peripheral: peripheral@50000000 {
1717
ranges = <0x0 0x50000000 0x10000000>;
1818
};
19-
20-
flexspi: spi@134000 {
21-
reg = <0x50134000 0x1000>, <0x18000000 DT_SIZE_M(128)>;
22-
};
23-
24-
flexspi2: spi@13C000 {
25-
reg = <0x5013C000 0x1000>, <0x38000000 DT_SIZE_M(128)>;
26-
};
2719
};
2820
};
2921

dts/arm/nxp/nxp_rt5xx_common.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,14 @@
115115
* modes (0x50000000).
116116
*/
117117

118+
flexspi: spi@134000 {
119+
reg = <0x134000 0x1000>, <0x18000000 DT_SIZE_M(128)>;
120+
};
121+
122+
flexspi2: spi@13c000 {
123+
reg = <0x13c000 0x1000>, <0x38000000 DT_SIZE_M(128)>;
124+
};
125+
118126
clkctl0: clkctl@1000 {
119127
/* FIXME This chip does NOT have a syscon */
120128
compatible = "nxp,lpc-syscon";

dts/arm/nxp/nxp_rt5xx_ns.dtsi

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@
1616
peripheral: peripheral@40000000 {
1717
ranges = <0x0 0x40000000 0x10000000>;
1818
};
19-
20-
flexspi: spi@134000 {
21-
reg = <0x40134000 0x1000>, <0x08000000 DT_SIZE_M(128)>;
22-
};
23-
24-
flexspi2: spi@13C000 {
25-
reg = <0x4013C000 0x1000>, <0x28000000 DT_SIZE_M(128)>;
26-
};
2719
};
2820
};
2921

0 commit comments

Comments
 (0)