| .. | .. |
|---|
| 24 | 24 | }; |
|---|
| 25 | 25 | |
|---|
| 26 | 26 | memory@80000000 { |
|---|
| 27 | + device_type = "memory"; |
|---|
| 27 | 28 | reg = <0x80000000 0x20000000>; |
|---|
| 28 | 29 | }; |
|---|
| 29 | 30 | |
|---|
| .. | .. |
|---|
| 36 | 37 | label = "zii:green:debug1"; |
|---|
| 37 | 38 | gpios = <&gpio2 18 GPIO_ACTIVE_HIGH>; |
|---|
| 38 | 39 | linux,default-trigger = "heartbeat"; |
|---|
| 39 | | - max-brightness = <1>; |
|---|
| 40 | 40 | }; |
|---|
| 41 | 41 | }; |
|---|
| 42 | 42 | |
|---|
| .. | .. |
|---|
| 45 | 45 | regulator-name = "vcc_3v3_mcu"; |
|---|
| 46 | 46 | regulator-min-microvolt = <3300000>; |
|---|
| 47 | 47 | regulator-max-microvolt = <3300000>; |
|---|
| 48 | + }; |
|---|
| 49 | + |
|---|
| 50 | + supply-voltage-monitor { |
|---|
| 51 | + compatible = "iio-hwmon"; |
|---|
| 52 | + io-channels = <&adc0 8>, /* 12V_MAIN */ |
|---|
| 53 | + <&adc0 9>, /* +3.3V */ |
|---|
| 54 | + <&adc1 8>, /* VCC_1V5 */ |
|---|
| 55 | + <&adc1 9>; /* VCC_1V2 */ |
|---|
| 48 | 56 | }; |
|---|
| 49 | 57 | }; |
|---|
| 50 | 58 | |
|---|
| .. | .. |
|---|
| 69 | 77 | */ |
|---|
| 70 | 78 | status = "disabled"; |
|---|
| 71 | 79 | |
|---|
| 72 | | - m25p128@0 { |
|---|
| 80 | + flash@0 { |
|---|
| 73 | 81 | #address-cells = <1>; |
|---|
| 74 | 82 | #size-cells = <1>; |
|---|
| 75 | 83 | compatible = "m25p128", "jedec,spi-nor"; |
|---|
| .. | .. |
|---|
| 98 | 106 | non-removable; |
|---|
| 99 | 107 | no-1-8-v; |
|---|
| 100 | 108 | keep-power-in-suspend; |
|---|
| 109 | + no-sdio; |
|---|
| 110 | + no-sd; |
|---|
| 101 | 111 | status = "okay"; |
|---|
| 102 | 112 | }; |
|---|
| 103 | 113 | |
|---|
| .. | .. |
|---|
| 105 | 115 | pinctrl-names = "default"; |
|---|
| 106 | 116 | pinctrl-0 = <&pinctrl_esdhc1>; |
|---|
| 107 | 117 | bus-width = <4>; |
|---|
| 118 | + no-sdio; |
|---|
| 108 | 119 | status = "okay"; |
|---|
| 109 | 120 | }; |
|---|
| 110 | 121 | |
|---|
| .. | .. |
|---|
| 122 | 133 | mdio1: mdio { |
|---|
| 123 | 134 | #address-cells = <1>; |
|---|
| 124 | 135 | #size-cells = <0>; |
|---|
| 136 | + clock-frequency = <12500000>; |
|---|
| 137 | + suppress-preamble; |
|---|
| 125 | 138 | status = "okay"; |
|---|
| 126 | 139 | |
|---|
| 127 | 140 | switch0: switch0@0 { |
|---|
| .. | .. |
|---|
| 130 | 143 | pinctrl-names = "default"; |
|---|
| 131 | 144 | reg = <0>; |
|---|
| 132 | 145 | eeprom-length = <65536>; |
|---|
| 133 | | - reset-gpios = <&gpio3 11 GPIO_ACTIVE_LOW>; |
|---|
| 134 | 146 | interrupt-parent = <&gpio3>; |
|---|
| 135 | 147 | interrupts = <2 IRQ_TYPE_LEVEL_LOW>; |
|---|
| 136 | 148 | interrupt-controller; |
|---|
| .. | .. |
|---|
| 191 | 203 | pinctrl-0 = <&pinctrl_i2c0>; |
|---|
| 192 | 204 | status = "okay"; |
|---|
| 193 | 205 | |
|---|
| 194 | | - gpio6: pca9505@22 { |
|---|
| 206 | + gpio6: io-expander@22 { |
|---|
| 195 | 207 | compatible = "nxp,pca9554"; |
|---|
| 196 | 208 | reg = <0x22>; |
|---|
| 197 | 209 | gpio-controller; |
|---|
| .. | .. |
|---|
| 203 | 215 | reg = <0x48>; |
|---|
| 204 | 216 | }; |
|---|
| 205 | 217 | |
|---|
| 206 | | - at24c04@50 { |
|---|
| 218 | + eeprom@50 { |
|---|
| 207 | 219 | compatible = "atmel,24c04"; |
|---|
| 208 | 220 | reg = <0x50>; |
|---|
| 209 | 221 | label = "nameplate"; |
|---|
| 210 | 222 | }; |
|---|
| 211 | 223 | |
|---|
| 212 | | - at24c04@52 { |
|---|
| 224 | + eeprom@52 { |
|---|
| 213 | 225 | compatible = "atmel,24c04"; |
|---|
| 214 | 226 | reg = <0x52>; |
|---|
| 215 | 227 | }; |
|---|
| 228 | +}; |
|---|
| 229 | + |
|---|
| 230 | +&i2c1 { |
|---|
| 231 | + clock-frequency = <100000>; |
|---|
| 232 | + pinctrl-names = "default"; |
|---|
| 233 | + pinctrl-0 = <&pinctrl_i2c1>; |
|---|
| 234 | + status = "okay"; |
|---|
| 235 | + |
|---|
| 236 | + watchdog@38 { |
|---|
| 237 | + compatible = "zii,rave-wdt"; |
|---|
| 238 | + reg = <0x38>; |
|---|
| 239 | + }; |
|---|
| 240 | +}; |
|---|
| 241 | + |
|---|
| 242 | +&snvsrtc { |
|---|
| 243 | + status = "disabled"; |
|---|
| 216 | 244 | }; |
|---|
| 217 | 245 | |
|---|
| 218 | 246 | &uart0 { |
|---|
| .. | .. |
|---|
| 244 | 272 | zii,eeprom-name = "main-eeprom"; |
|---|
| 245 | 273 | }; |
|---|
| 246 | 274 | }; |
|---|
| 275 | +}; |
|---|
| 276 | + |
|---|
| 277 | +&wdoga5 { |
|---|
| 278 | + status = "disabled"; |
|---|
| 247 | 279 | }; |
|---|
| 248 | 280 | |
|---|
| 249 | 281 | &iomuxc { |
|---|
| .. | .. |
|---|
| 300 | 332 | |
|---|
| 301 | 333 | pinctrl_gpio_switch0: pinctrl-gpio-switch0 { |
|---|
| 302 | 334 | fsl,pins = < |
|---|
| 303 | | - VF610_PAD_PTE2__GPIO_107 0x31c2 |
|---|
| 304 | 335 | VF610_PAD_PTB28__GPIO_98 0x219d |
|---|
| 305 | 336 | >; |
|---|
| 306 | 337 | }; |
|---|