| .. | .. |
|---|
| 49 | 49 | ethernet0 = &sdio_wifi; |
|---|
| 50 | 50 | }; |
|---|
| 51 | 51 | |
|---|
| 52 | + panel: panel { |
|---|
| 53 | + /* Tablet dts should provide panel compatible */ |
|---|
| 54 | + backlight = <&backlight>; |
|---|
| 55 | + enable-gpios = <&pio 7 7 GPIO_ACTIVE_HIGH>; /* PH7 */ |
|---|
| 56 | + power-supply = <®_dc1sw>; |
|---|
| 57 | + |
|---|
| 58 | + port { |
|---|
| 59 | + panel_input: endpoint { |
|---|
| 60 | + remote-endpoint = <&tcon0_out_lcd>; |
|---|
| 61 | + }; |
|---|
| 62 | + }; |
|---|
| 63 | + }; |
|---|
| 64 | + |
|---|
| 52 | 65 | wifi_pwrseq: wifi_pwrseq { |
|---|
| 53 | 66 | compatible = "mmc-pwrseq-simple"; |
|---|
| 54 | 67 | /* |
|---|
| .. | .. |
|---|
| 64 | 77 | }; |
|---|
| 65 | 78 | }; |
|---|
| 66 | 79 | |
|---|
| 80 | +&de { |
|---|
| 81 | + status = "okay"; |
|---|
| 82 | +}; |
|---|
| 83 | + |
|---|
| 67 | 84 | &ehci0 { |
|---|
| 68 | 85 | status = "okay"; |
|---|
| 69 | 86 | }; |
|---|
| 70 | 87 | |
|---|
| 71 | 88 | &mmc1 { |
|---|
| 72 | 89 | pinctrl-names = "default"; |
|---|
| 73 | | - pinctrl-0 = <&mmc1_pins_a>; |
|---|
| 90 | + pinctrl-0 = <&mmc1_pg_pins>; |
|---|
| 74 | 91 | vmmc-supply = <®_dldo1>; |
|---|
| 75 | 92 | mmc-pwrseq = <&wifi_pwrseq>; |
|---|
| 76 | 93 | bus-width = <4>; |
|---|
| .. | .. |
|---|
| 82 | 99 | }; |
|---|
| 83 | 100 | }; |
|---|
| 84 | 101 | |
|---|
| 85 | | -&mmc1_pins_a { |
|---|
| 86 | | - bias-pull-up; |
|---|
| 87 | | -}; |
|---|
| 88 | | - |
|---|
| 89 | 102 | &r_pio { |
|---|
| 90 | | - wifi_pwrseq_pin_q8: wifi_pwrseq_pin@0 { |
|---|
| 103 | + wifi_pwrseq_pin_q8: wifi-pwrseq-pins { |
|---|
| 91 | 104 | pins = "PL6", "PL7", "PL11"; |
|---|
| 92 | 105 | function = "gpio_in"; |
|---|
| 93 | 106 | bias-pull-up; |
|---|
| 94 | 107 | }; |
|---|
| 95 | 108 | }; |
|---|
| 96 | 109 | |
|---|
| 110 | +&tcon0 { |
|---|
| 111 | + pinctrl-names = "default"; |
|---|
| 112 | + pinctrl-0 = <&lcd_rgb666_pins>; |
|---|
| 113 | + status = "okay"; |
|---|
| 114 | +}; |
|---|
| 115 | + |
|---|
| 97 | 116 | &usbphy { |
|---|
| 98 | 117 | usb1_vbus-supply = <®_dldo1>; |
|---|
| 99 | 118 | }; |
|---|