Move the memory out of the rtl838x.dtsi and into the device family DTSI
or device DTS if applicable. This aligns with upstream practice.
Signed-off-by: Stijn Segers <foss@volatilesystems.org>
[add missing block for dgs-1210-10p, move block below chosen node]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
bootargs = "console=ttyS0,115200";
};
+ memory@0 {
+ device_type = "memory";
+ reg = <0x0 0x8000000>;
+ };
+
keys {
compatible = "gpio-keys-polled";
poll-interval = <20>;
bootargs = "console=ttyS0,115200";
};
+ memory@0 {
+ device_type = "memory";
+ reg = <0x0 0x8000000>;
+ };
+
gpio1: rtl8231-gpio {
status = "okay";
bootargs = "console=ttyS0,115200";
};
+ memory@0 {
+ device_type = "memory";
+ reg = <0x0 0x8000000>;
+ };
+
keys {
compatible = "gpio-keys-polled";
poll-interval = <20>;
bootargs = "console=ttyS0,115200";
};
+ memory@0 {
+ device_type = "memory";
+ reg = <0x0 0x8000000>;
+ };
+
leds {
compatible = "gpio-leds";
bootargs = "console=ttyS0,115200";
};
+ memory@0 {
+ device_type = "memory";
+ reg = <0x0 0x8000000>;
+ };
+
leds {
compatible = "gpio-leds";
};
};
- memory@0 {
- device_type = "memory";
- reg = <0x0 0x8000000>;
- };
-
chosen {
bootargs = "console=ttyS0,38400";
};