.. | .. |
---|
30 | 30 | leds { |
---|
31 | 31 | compatible = "gpio-leds"; |
---|
32 | 32 | |
---|
33 | | - work { |
---|
| 33 | + work_led: led-0 { |
---|
34 | 34 | gpios = <&gpio7 RK_PA2 GPIO_ACTIVE_HIGH>; |
---|
35 | 35 | label = "miqi:green:user"; |
---|
36 | 36 | linux,default-trigger = "timer"; |
---|
.. | .. |
---|
81 | 81 | }; |
---|
82 | 82 | |
---|
83 | 83 | &cpu0 { |
---|
84 | | - cpu0-supply = <&vdd_cpu>; |
---|
| 84 | + cpu-supply = <&vdd_cpu>; |
---|
| 85 | +}; |
---|
| 86 | + |
---|
| 87 | +&cpu1 { |
---|
| 88 | + cpu-supply = <&vdd_cpu>; |
---|
| 89 | +}; |
---|
| 90 | + |
---|
| 91 | +&cpu2 { |
---|
| 92 | + cpu-supply = <&vdd_cpu>; |
---|
| 93 | +}; |
---|
| 94 | + |
---|
| 95 | +&cpu3 { |
---|
| 96 | + cpu-supply = <&vdd_cpu>; |
---|
85 | 97 | }; |
---|
86 | 98 | |
---|
87 | 99 | &emmc { |
---|
88 | 100 | bus-width = <8>; |
---|
89 | 101 | cap-mmc-highspeed; |
---|
90 | | - disable-wp; |
---|
91 | 102 | non-removable; |
---|
92 | 103 | pinctrl-names = "default"; |
---|
93 | 104 | pinctrl-0 = <&emmc_clk>, <&emmc_cmd>, <&emmc_pwr>, <&emmc_bus8>; |
---|
.. | .. |
---|
109 | 120 | snps,reset-gpio = <&gpio4 RK_PB0 GPIO_ACTIVE_LOW>; |
---|
110 | 121 | tx_delay = <0x30>; |
---|
111 | 122 | rx_delay = <0x10>; |
---|
112 | | - status = "ok"; |
---|
| 123 | + status = "okay"; |
---|
113 | 124 | }; |
---|
114 | 125 | |
---|
115 | 126 | &hdmi { |
---|
.. | .. |
---|
146 | 157 | vin-supply = <&vcc_sys>; |
---|
147 | 158 | }; |
---|
148 | 159 | |
---|
149 | | - hym8563: hym8563@51 { |
---|
| 160 | + hym8563: rtc@51 { |
---|
150 | 161 | compatible = "haoyu,hym8563"; |
---|
151 | 162 | reg = <0x51>; |
---|
152 | 163 | #clock-cells = <0>; |
---|