.. | .. |
---|
22 | 22 | gpio-leds { |
---|
23 | 23 | compatible = "gpio-leds"; |
---|
24 | 24 | |
---|
25 | | - blue { |
---|
| 25 | + blue_led: led-0 { |
---|
26 | 26 | label = "mk808:blue:power"; |
---|
27 | 27 | gpios = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>; |
---|
28 | 28 | default-state = "off"; |
---|
29 | 29 | linux,default-trigger = "default-on"; |
---|
| 30 | + }; |
---|
| 31 | + }; |
---|
| 32 | + |
---|
| 33 | + hdmi_con { |
---|
| 34 | + compatible = "hdmi-connector"; |
---|
| 35 | + type = "c"; |
---|
| 36 | + |
---|
| 37 | + port { |
---|
| 38 | + hdmi_con_in: endpoint { |
---|
| 39 | + remote-endpoint = <&hdmi_out_con>; |
---|
| 40 | + }; |
---|
30 | 41 | }; |
---|
31 | 42 | }; |
---|
32 | 43 | |
---|
.. | .. |
---|
91 | 102 | }; |
---|
92 | 103 | }; |
---|
93 | 104 | |
---|
| 105 | +&hdmi { |
---|
| 106 | + status = "okay"; |
---|
| 107 | +}; |
---|
| 108 | + |
---|
| 109 | +&hdmi_in_vop1 { |
---|
| 110 | + status = "disabled"; |
---|
| 111 | +}; |
---|
| 112 | + |
---|
| 113 | +&hdmi_out { |
---|
| 114 | + hdmi_out_con: endpoint { |
---|
| 115 | + remote-endpoint = <&hdmi_con_in>; |
---|
| 116 | + }; |
---|
| 117 | +}; |
---|
| 118 | + |
---|
94 | 119 | &mmc0 { |
---|
95 | 120 | bus-width = <4>; |
---|
96 | 121 | cap-mmc-highspeed; |
---|
.. | .. |
---|
101 | 126 | |
---|
102 | 127 | &mmc1 { |
---|
103 | 128 | bus-width = <4>; |
---|
104 | | - disable-wp; |
---|
105 | 129 | non-removable; |
---|
106 | 130 | pinctrl-0 = <&sd1_clk &sd1_cmd &sd1_bus4>; |
---|
107 | 131 | pinctrl-names = "default"; |
---|
.. | .. |
---|
151 | 175 | status = "okay"; |
---|
152 | 176 | }; |
---|
153 | 177 | |
---|
| 178 | +&vop0 { |
---|
| 179 | + status = "okay"; |
---|
| 180 | +}; |
---|
| 181 | + |
---|
154 | 182 | &wdt { |
---|
155 | 183 | status = "okay"; |
---|
156 | 184 | }; |
---|