.. | .. |
---|
88 | 88 | |
---|
89 | 89 | sound { |
---|
90 | 90 | compatible = "audio-graph-card"; |
---|
91 | | - label = "STM32MP1-AV96-HDMI"; |
---|
| 91 | + label = "STM32-AV96-HDMI"; |
---|
92 | 92 | dais = <&sai2a_port>; |
---|
93 | 93 | status = "okay"; |
---|
94 | 94 | }; |
---|
.. | .. |
---|
100 | 100 | regulator-min-microvolt = <3300000>; |
---|
101 | 101 | regulator-max-microvolt = <3300000>; |
---|
102 | 102 | |
---|
103 | | - gpios = <&gpioz 3 GPIO_ACTIVE_HIGH>; |
---|
| 103 | + gpio = <&gpioz 3 GPIO_ACTIVE_HIGH>; |
---|
104 | 104 | enable-active-high; |
---|
105 | 105 | }; |
---|
106 | 106 | }; |
---|
.. | .. |
---|
232 | 232 | }; |
---|
233 | 233 | }; |
---|
234 | 234 | }; |
---|
| 235 | + |
---|
| 236 | + dh_mac_eeprom: eeprom@53 { |
---|
| 237 | + compatible = "atmel,24c02"; |
---|
| 238 | + reg = <0x53>; |
---|
| 239 | + pagesize = <16>; |
---|
| 240 | + }; |
---|
235 | 241 | }; |
---|
236 | 242 | |
---|
237 | 243 | <dc { |
---|