| .. | .. |
|---|
| 64 | 64 | |
|---|
| 65 | 65 | wifi_pwrseq: wifi_pwrseq { |
|---|
| 66 | 66 | compatible = "mmc-pwrseq-simple"; |
|---|
| 67 | | - pinctrl-names = "default"; |
|---|
| 68 | 67 | reset-gpios = <&r_pio 0 7 GPIO_ACTIVE_LOW>; /* PL7 */ |
|---|
| 69 | 68 | }; |
|---|
| 69 | + |
|---|
| 70 | + connector { |
|---|
| 71 | + compatible = "hdmi-connector"; |
|---|
| 72 | + type = "a"; |
|---|
| 73 | + |
|---|
| 74 | + port { |
|---|
| 75 | + hdmi_con_in: endpoint { |
|---|
| 76 | + remote-endpoint = <&hdmi_out_con>; |
|---|
| 77 | + }; |
|---|
| 78 | + }; |
|---|
| 79 | + }; |
|---|
| 80 | +}; |
|---|
| 81 | + |
|---|
| 82 | +&de { |
|---|
| 83 | + status = "okay"; |
|---|
| 70 | 84 | }; |
|---|
| 71 | 85 | |
|---|
| 72 | 86 | &ehci1 { |
|---|
| .. | .. |
|---|
| 94 | 108 | }; |
|---|
| 95 | 109 | }; |
|---|
| 96 | 110 | |
|---|
| 111 | +&hdmi { |
|---|
| 112 | + status = "okay"; |
|---|
| 113 | +}; |
|---|
| 114 | + |
|---|
| 115 | +&hdmi_out { |
|---|
| 116 | + hdmi_out_con: endpoint { |
|---|
| 117 | + remote-endpoint = <&hdmi_con_in>; |
|---|
| 118 | + }; |
|---|
| 119 | +}; |
|---|
| 120 | + |
|---|
| 97 | 121 | &ir { |
|---|
| 98 | 122 | pinctrl-names = "default"; |
|---|
| 99 | | - pinctrl-0 = <&ir_pins_a>; |
|---|
| 123 | + pinctrl-0 = <&r_ir_rx_pin>; |
|---|
| 100 | 124 | status = "okay"; |
|---|
| 101 | 125 | }; |
|---|
| 102 | 126 | |
|---|