| .. | .. |
|---|
| 41 | 41 | gpio-leds { |
|---|
| 42 | 42 | compatible = "gpio-leds"; |
|---|
| 43 | 43 | |
|---|
| 44 | | - heartbeat { |
|---|
| 44 | + heartbeat_led: led-0 { |
|---|
| 45 | 45 | gpios = <&gpio7 RK_PB7 GPIO_ACTIVE_LOW>; |
|---|
| 46 | 46 | label = "rock2:green:state1"; |
|---|
| 47 | 47 | linux,default-trigger = "heartbeat"; |
|---|
| 48 | 48 | }; |
|---|
| 49 | 49 | |
|---|
| 50 | | - mmc { |
|---|
| 50 | + mmc_led: led-1 { |
|---|
| 51 | 51 | gpios = <&gpio0 RK_PB3 GPIO_ACTIVE_LOW>; |
|---|
| 52 | 52 | label = "rock2:blue:state2"; |
|---|
| 53 | 53 | linux,default-trigger = "mmc0"; |
|---|
| .. | .. |
|---|
| 64 | 64 | sound { |
|---|
| 65 | 65 | compatible = "simple-audio-card"; |
|---|
| 66 | 66 | simple-audio-card,name = "SPDIF"; |
|---|
| 67 | + simple-audio-card,mclk-fs = <128>; |
|---|
| 67 | 68 | simple-audio-card,dai-link@1 { /* S/PDIF - S/PDIF */ |
|---|
| 68 | 69 | cpu { sound-dai = <&spdif>; }; |
|---|
| 69 | 70 | codec { sound-dai = <&spdif_out>; }; |
|---|
| .. | .. |
|---|
| 133 | 134 | bus-width = <4>; |
|---|
| 134 | 135 | cap-sd-highspeed; |
|---|
| 135 | 136 | cap-sdio-irq; |
|---|
| 136 | | - disable-wp; |
|---|
| 137 | 137 | mmc-pwrseq = <&sdio_pwrseq>; |
|---|
| 138 | 138 | non-removable; |
|---|
| 139 | 139 | pinctrl-names = "default"; |
|---|
| .. | .. |
|---|
| 157 | 157 | }; |
|---|
| 158 | 158 | |
|---|
| 159 | 159 | &gmac { |
|---|
| 160 | | - status = "ok"; |
|---|
| 160 | + status = "okay"; |
|---|
| 161 | 161 | }; |
|---|
| 162 | 162 | |
|---|
| 163 | 163 | &hdmi { |
|---|
| .. | .. |
|---|
| 166 | 166 | }; |
|---|
| 167 | 167 | |
|---|
| 168 | 168 | &i2c0 { |
|---|
| 169 | | - hym8563: hym8563@51 { |
|---|
| 169 | + hym8563: rtc@51 { |
|---|
| 170 | 170 | compatible = "haoyu,hym8563"; |
|---|
| 171 | 171 | reg = <0x51>; |
|---|
| 172 | 172 | #clock-cells = <0>; |
|---|