| .. | .. |
|---|
| 63 | 63 | |
|---|
| 64 | 64 | panel { |
|---|
| 65 | 65 | compatible = "netron-dy,e231732"; |
|---|
| 66 | | - #address-cells = <1>; |
|---|
| 67 | | - #size-cells = <0>; |
|---|
| 68 | 66 | |
|---|
| 69 | | - port@0 { |
|---|
| 70 | | - reg = <0>; |
|---|
| 71 | | - #address-cells = <1>; |
|---|
| 72 | | - #size-cells = <0>; |
|---|
| 73 | | - |
|---|
| 74 | | - panel_input: endpoint@0 { |
|---|
| 75 | | - reg = <0>; |
|---|
| 67 | + port { |
|---|
| 68 | + panel_input: endpoint { |
|---|
| 76 | 69 | remote-endpoint = <&tcon0_out_panel>; |
|---|
| 77 | 70 | }; |
|---|
| 78 | 71 | }; |
|---|
| .. | .. |
|---|
| 117 | 110 | vref-supply = <®_dcdc1>; |
|---|
| 118 | 111 | status = "okay"; |
|---|
| 119 | 112 | |
|---|
| 120 | | - button@200 { |
|---|
| 113 | + button-200 { |
|---|
| 121 | 114 | label = "Volume Up"; |
|---|
| 122 | 115 | linux,code = <KEY_VOLUMEUP>; |
|---|
| 123 | 116 | channel = <0>; |
|---|
| 124 | 117 | voltage = <191011>; |
|---|
| 125 | 118 | }; |
|---|
| 126 | 119 | |
|---|
| 127 | | - button@400 { |
|---|
| 120 | + button-400 { |
|---|
| 128 | 121 | label = "Volume Down"; |
|---|
| 129 | 122 | linux,code = <KEY_VOLUMEDOWN>; |
|---|
| 130 | 123 | channel = <0>; |
|---|
| 131 | 124 | voltage = <391304>; |
|---|
| 132 | 125 | }; |
|---|
| 133 | 126 | |
|---|
| 134 | | - button@600 { |
|---|
| 127 | + button-600 { |
|---|
| 135 | 128 | label = "Home"; |
|---|
| 136 | 129 | linux,code = <KEY_HOME>; |
|---|
| 137 | 130 | channel = <0>; |
|---|
| .. | .. |
|---|
| 140 | 133 | }; |
|---|
| 141 | 134 | |
|---|
| 142 | 135 | &mmc0 { |
|---|
| 143 | | - pinctrl-names = "default"; |
|---|
| 144 | | - pinctrl-0 = <&mmc0_pins_a>, <&mmc0_cd_pin_sina33>; |
|---|
| 145 | 136 | vmmc-supply = <®_dcdc1>; |
|---|
| 146 | 137 | bus-width = <4>; |
|---|
| 147 | 138 | cd-gpios = <&pio 1 4 GPIO_ACTIVE_LOW>; /* PB4 */ |
|---|
| .. | .. |
|---|
| 161 | 152 | &mmc2_8bit_pins { |
|---|
| 162 | 153 | /* Increase drive strength for DDR modes */ |
|---|
| 163 | 154 | drive-strength = <40>; |
|---|
| 164 | | - /* eMMC is missing pull-ups */ |
|---|
| 165 | | - bias-pull-up; |
|---|
| 166 | 155 | }; |
|---|
| 167 | 156 | |
|---|
| 168 | 157 | &ohci0 { |
|---|
| 169 | 158 | status = "okay"; |
|---|
| 170 | | -}; |
|---|
| 171 | | - |
|---|
| 172 | | -&pio { |
|---|
| 173 | | - mmc0_cd_pin_sina33: mmc0_cd_pin@0 { |
|---|
| 174 | | - pins = "PB4"; |
|---|
| 175 | | - function = "gpio_in"; |
|---|
| 176 | | - bias-pull-up; |
|---|
| 177 | | - }; |
|---|
| 178 | 159 | }; |
|---|
| 179 | 160 | |
|---|
| 180 | 161 | &r_rsb { |
|---|
| .. | .. |
|---|
| 278 | 259 | |
|---|
| 279 | 260 | &uart0 { |
|---|
| 280 | 261 | pinctrl-names = "default"; |
|---|
| 281 | | - pinctrl-0 = <&uart0_pins_b>; |
|---|
| 262 | + pinctrl-0 = <&uart0_pb_pins>; |
|---|
| 282 | 263 | status = "okay"; |
|---|
| 283 | 264 | }; |
|---|
| 284 | 265 | |
|---|