|
28 | 28 | zephyr,flash = &flash0; |
29 | 29 | }; |
30 | 30 |
|
| 31 | + sram1: sram@60000000 { |
| 32 | + compatible = "zephyr,memory-region", "mmio-sram"; |
| 33 | + device_type = "memory"; |
| 34 | + reg = <0x60000000 DT_SIZE_K(512)>; |
| 35 | + zephyr,memory-region = "SRAM1"; |
| 36 | + }; |
| 37 | + |
| 38 | + sram2: sram@61000000 { |
| 39 | + compatible = "zephyr,memory-region", "mmio-sram"; |
| 40 | + device_type = "memory"; |
| 41 | + reg = <0x61000000 DT_SIZE_K(512)>; |
| 42 | + zephyr,memory-region = "SRAM2"; |
| 43 | + }; |
| 44 | + |
31 | 45 | leds { |
32 | 46 | compatible = "gpio-leds"; |
33 | 47 | yellow_led_1: led_1 { |
@@ -175,3 +189,29 @@ xplained4_spi: &spi0 { |
175 | 189 |
|
176 | 190 | xplained4_serial: &uart1 { |
177 | 191 | }; |
| 192 | + |
| 193 | +&smc { |
| 194 | + status = "okay"; |
| 195 | + pinctrl-0 = <&smc_default>; |
| 196 | + pinctrl-names = "default"; |
| 197 | + |
| 198 | + is66wv51216dbll@0 { |
| 199 | + reg = <0>; |
| 200 | + |
| 201 | + atmel,smc-write-mode = "nwe"; |
| 202 | + atmel,smc-read-mode = "nrd"; |
| 203 | + atmel,smc-setup-timing = <1 1 1 1>; |
| 204 | + atmel,smc-pulse-timing = <6 6 6 6>; |
| 205 | + atmel,smc-cycle-timing = <7 7>; |
| 206 | + }; |
| 207 | + |
| 208 | + is66wv51216dbll@1 { |
| 209 | + reg = <1>; |
| 210 | + |
| 211 | + atmel,smc-write-mode = "nwe"; |
| 212 | + atmel,smc-read-mode = "nrd"; |
| 213 | + atmel,smc-setup-timing = <1 1 1 1>; |
| 214 | + atmel,smc-pulse-timing = <6 6 6 6>; |
| 215 | + atmel,smc-cycle-timing = <7 7>; |
| 216 | + }; |
| 217 | +}; |
0 commit comments