.. | .. |
---|
33 | 33 | gpio-leds { |
---|
34 | 34 | compatible = "gpio-leds"; |
---|
35 | 35 | |
---|
36 | | - green { |
---|
| 36 | + green_led: led-0 { |
---|
37 | 37 | label = "rock:green:user1"; |
---|
38 | 38 | gpios = <&gpio0 RK_PB4 GPIO_ACTIVE_LOW>; |
---|
39 | 39 | default-state = "off"; |
---|
40 | 40 | }; |
---|
41 | 41 | |
---|
42 | | - blue { |
---|
| 42 | + blue_led: led-1 { |
---|
43 | 43 | label = "rock:blue:user2"; |
---|
44 | 44 | gpios = <&gpio0 RK_PB6 GPIO_ACTIVE_LOW>; |
---|
45 | 45 | default-state = "off"; |
---|
46 | 46 | }; |
---|
47 | 47 | |
---|
48 | | - sleep { |
---|
| 48 | + sleep_led: led-2 { |
---|
49 | 49 | label = "rock:red:power"; |
---|
50 | 50 | gpios = <&gpio0 RK_PB7 GPIO_ACTIVE_HIGH>; |
---|
51 | 51 | default-state = "off"; |
---|
.. | .. |
---|
67 | 67 | #sound-dai-cells = <0>; |
---|
68 | 68 | }; |
---|
69 | 69 | |
---|
70 | | - ir_recv: gpio-ir-receiver { |
---|
| 70 | + ir_recv: ir-receiver { |
---|
71 | 71 | compatible = "gpio-ir-receiver"; |
---|
72 | 72 | gpios = <&gpio0 RK_PB2 GPIO_ACTIVE_LOW>; |
---|
73 | 73 | pinctrl-names = "default"; |
---|
.. | .. |
---|
138 | 138 | }; |
---|
139 | 139 | |
---|
140 | 140 | &cpu0 { |
---|
141 | | - cpu0-supply = <&vdd_arm>; |
---|
| 141 | + cpu-supply = <&vdd_arm>; |
---|
| 142 | +}; |
---|
| 143 | + |
---|
| 144 | +&cpu1 { |
---|
| 145 | + cpu-supply = <&vdd_arm>; |
---|
| 146 | +}; |
---|
| 147 | + |
---|
| 148 | +&cpu2 { |
---|
| 149 | + cpu-supply = <&vdd_arm>; |
---|
| 150 | +}; |
---|
| 151 | + |
---|
| 152 | +&cpu3 { |
---|
| 153 | + cpu-supply = <&vdd_arm>; |
---|
142 | 154 | }; |
---|
143 | 155 | |
---|
144 | 156 | &gpu { |
---|