hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts
....@@ -19,9 +19,10 @@
1919 bootargs = "console=ttyS0,115200";
2020 };
2121
22
- memory {
23
- reg = <0x00000000 0x08000000
24
- 0x88000000 0x08000000>;
22
+ memory@0 {
23
+ device_type = "memory";
24
+ reg = <0x00000000 0x08000000>,
25
+ <0x88000000 0x08000000>;
2526 };
2627
2728 spi {
....@@ -94,8 +95,6 @@
9495
9596 gpio-keys {
9697 compatible = "gpio-keys";
97
- #address-cells = <1>;
98
- #size-cells = <0>;
9998
10099 restart {
101100 label = "Reset";