| .. | .. |
|---|
| 15 | 15 | bootargs = "earlycon"; |
|---|
| 16 | 16 | }; |
|---|
| 17 | 17 | |
|---|
| 18 | | - memory { |
|---|
| 18 | + memory@0 { |
|---|
| 19 | + device_type = "memory"; |
|---|
| 19 | 20 | reg = <0x00000000 0x08000000>; |
|---|
| 20 | 21 | }; |
|---|
| 21 | 22 | |
|---|
| .. | .. |
|---|
| 75 | 76 | |
|---|
| 76 | 77 | gpio-keys { |
|---|
| 77 | 78 | compatible = "gpio-keys"; |
|---|
| 78 | | - #address-cells = <1>; |
|---|
| 79 | | - #size-cells = <0>; |
|---|
| 80 | 79 | |
|---|
| 81 | 80 | rfkill { |
|---|
| 82 | 81 | label = "WiFi"; |
|---|
| .. | .. |
|---|
| 94 | 93 | |
|---|
| 95 | 94 | &spi_nor { |
|---|
| 96 | 95 | status = "okay"; |
|---|
| 96 | + |
|---|
| 97 | + partitions { |
|---|
| 98 | + compatible = "fixed-partitions"; |
|---|
| 99 | + #address-cells = <1>; |
|---|
| 100 | + #size-cells = <1>; |
|---|
| 101 | + |
|---|
| 102 | + boot@0 { |
|---|
| 103 | + label = "boot"; |
|---|
| 104 | + reg = <0x000000 0x040000>; |
|---|
| 105 | + read-only; |
|---|
| 106 | + }; |
|---|
| 107 | + |
|---|
| 108 | + os-image@100000 { |
|---|
| 109 | + label = "os-image"; |
|---|
| 110 | + reg = <0x040000 0x200000>; |
|---|
| 111 | + compatible = "brcm,trx"; |
|---|
| 112 | + }; |
|---|
| 113 | + |
|---|
| 114 | + rootfs@240000 { |
|---|
| 115 | + label = "rootfs"; |
|---|
| 116 | + reg = <0x240000 0xc00000>; |
|---|
| 117 | + }; |
|---|
| 118 | + |
|---|
| 119 | + nvram@ff0000 { |
|---|
| 120 | + label = "nvram"; |
|---|
| 121 | + reg = <0xff0000 0x010000>; |
|---|
| 122 | + }; |
|---|
| 123 | + }; |
|---|
| 97 | 124 | }; |
|---|
| 98 | 125 | |
|---|
| 99 | 126 | &usb2 { |
|---|