| .. | .. |
|---|
| 31 | 31 | serial0 = &scif2; |
|---|
| 32 | 32 | i2c9 = &gpioi2c1; |
|---|
| 33 | 33 | i2c10 = &i2chdmi; |
|---|
| 34 | + mmc0 = &mmcif0; |
|---|
| 35 | + mmc1 = &sdhi1; |
|---|
| 34 | 36 | }; |
|---|
| 35 | 37 | |
|---|
| 36 | 38 | chosen { |
|---|
| 37 | | - bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp"; |
|---|
| 39 | + bootargs = "ignore_loglevel rw root=/dev/nfs ip=on"; |
|---|
| 38 | 40 | stdout-path = "serial0:115200n8"; |
|---|
| 39 | 41 | }; |
|---|
| 40 | 42 | |
|---|
| .. | .. |
|---|
| 126 | 128 | |
|---|
| 127 | 129 | gpios = <&gpio4 29 GPIO_ACTIVE_HIGH>; |
|---|
| 128 | 130 | gpios-states = <1>; |
|---|
| 129 | | - states = <3300000 1 |
|---|
| 130 | | - 1800000 0>; |
|---|
| 131 | + states = <3300000 1>, <1800000 0>; |
|---|
| 131 | 132 | }; |
|---|
| 132 | 133 | |
|---|
| 133 | 134 | vga-encoder { |
|---|
| .. | .. |
|---|
| 237 | 238 | composite-in@20 { |
|---|
| 238 | 239 | compatible = "adi,adv7180"; |
|---|
| 239 | 240 | reg = <0x20>; |
|---|
| 240 | | - remote = <&vin0>; |
|---|
| 241 | 241 | |
|---|
| 242 | 242 | port { |
|---|
| 243 | 243 | adv7180: endpoint { |
|---|
| .. | .. |
|---|
| 256 | 256 | adi,input-depth = <8>; |
|---|
| 257 | 257 | adi,input-colorspace = "rgb"; |
|---|
| 258 | 258 | adi,input-clock = "1x"; |
|---|
| 259 | | - adi,input-style = <1>; |
|---|
| 260 | | - adi,input-justification = "evenly"; |
|---|
| 261 | 259 | |
|---|
| 262 | 260 | ports { |
|---|
| 263 | 261 | #address-cells = <1>; |
|---|
| .. | .. |
|---|
| 395 | 393 | interrupt-parent = <&irqc0>; |
|---|
| 396 | 394 | interrupts = <8 IRQ_TYPE_LEVEL_LOW>; |
|---|
| 397 | 395 | micrel,led-mode = <1>; |
|---|
| 396 | + reset-gpios = <&gpio1 24 GPIO_ACTIVE_LOW>; |
|---|
| 398 | 397 | }; |
|---|
| 399 | 398 | }; |
|---|
| 400 | 399 | |
|---|
| .. | .. |
|---|
| 405 | 404 | clock-frequency = <400000>; |
|---|
| 406 | 405 | }; |
|---|
| 407 | 406 | |
|---|
| 407 | +&i2c7 { |
|---|
| 408 | + status = "okay"; |
|---|
| 409 | + clock-frequency = <100000>; |
|---|
| 410 | + |
|---|
| 411 | + pmic@58 { |
|---|
| 412 | + compatible = "dlg,da9063"; |
|---|
| 413 | + reg = <0x58>; |
|---|
| 414 | + interrupt-parent = <&gpio3>; |
|---|
| 415 | + interrupts = <31 IRQ_TYPE_LEVEL_LOW>; |
|---|
| 416 | + interrupt-controller; |
|---|
| 417 | + |
|---|
| 418 | + onkey { |
|---|
| 419 | + compatible = "dlg,da9063-onkey"; |
|---|
| 420 | + }; |
|---|
| 421 | + |
|---|
| 422 | + rtc { |
|---|
| 423 | + compatible = "dlg,da9063-rtc"; |
|---|
| 424 | + }; |
|---|
| 425 | + |
|---|
| 426 | + wdt { |
|---|
| 427 | + compatible = "dlg,da9063-watchdog"; |
|---|
| 428 | + }; |
|---|
| 429 | + }; |
|---|
| 430 | +}; |
|---|
| 431 | + |
|---|
| 408 | 432 | &mmcif0 { |
|---|
| 409 | 433 | pinctrl-0 = <&mmcif0_pins>; |
|---|
| 410 | 434 | pinctrl-names = "default"; |
|---|