.. | .. |
---|
60 | 60 | stdout-path = "serial0:115200n8"; |
---|
61 | 61 | }; |
---|
62 | 62 | |
---|
| 63 | + hdmi-connector { |
---|
| 64 | + compatible = "hdmi-connector"; |
---|
| 65 | + type = "a"; |
---|
| 66 | + |
---|
| 67 | + port { |
---|
| 68 | + hdmi_con_in: endpoint { |
---|
| 69 | + remote-endpoint = <&hdmi_out_con>; |
---|
| 70 | + }; |
---|
| 71 | + }; |
---|
| 72 | + }; |
---|
| 73 | + |
---|
63 | 74 | leds { |
---|
64 | 75 | compatible = "gpio-leds"; |
---|
65 | 76 | |
---|
.. | .. |
---|
125 | 136 | }; |
---|
126 | 137 | |
---|
127 | 138 | &emac { |
---|
128 | | - phy = <&phy1>; |
---|
| 139 | + phy-handle = <&phy1>; |
---|
129 | 140 | status = "okay"; |
---|
130 | 141 | }; |
---|
131 | 142 | |
---|
.. | .. |
---|
133 | 144 | status = "okay"; |
---|
134 | 145 | }; |
---|
135 | 146 | |
---|
| 147 | +&de { |
---|
| 148 | + status = "okay"; |
---|
| 149 | +}; |
---|
| 150 | + |
---|
| 151 | +&hdmi { |
---|
| 152 | + status = "okay"; |
---|
| 153 | +}; |
---|
| 154 | + |
---|
| 155 | +&hdmi_out { |
---|
| 156 | + hdmi_out_con: endpoint { |
---|
| 157 | + remote-endpoint = <&hdmi_con_in>; |
---|
| 158 | + }; |
---|
| 159 | +}; |
---|
| 160 | + |
---|
136 | 161 | &i2c0 { |
---|
137 | 162 | status = "okay"; |
---|
138 | 163 | |
---|