| .. | .. |
|---|
| 50 | 50 | leds: gpio-leds { |
|---|
| 51 | 51 | compatible = "gpio-leds"; |
|---|
| 52 | 52 | |
|---|
| 53 | | - blue { |
|---|
| 53 | + blue_led: led-0 { |
|---|
| 54 | 54 | gpios = <&gpio2 RK_PA2 GPIO_ACTIVE_HIGH>; |
|---|
| 55 | 55 | label = "geekbox:blue:led"; |
|---|
| 56 | 56 | default-state = "on"; |
|---|
| 57 | 57 | }; |
|---|
| 58 | 58 | |
|---|
| 59 | | - red { |
|---|
| 59 | + red_led: led-1 { |
|---|
| 60 | 60 | gpios = <&gpio2 RK_PA3 GPIO_ACTIVE_HIGH>; |
|---|
| 61 | 61 | label = "geekbox:red:led"; |
|---|
| 62 | 62 | default-state = "off"; |
|---|
| .. | .. |
|---|
| 78 | 78 | bus-width = <8>; |
|---|
| 79 | 79 | cap-mmc-highspeed; |
|---|
| 80 | 80 | clock-frequency = <150000000>; |
|---|
| 81 | | - disable-wp; |
|---|
| 82 | 81 | non-removable; |
|---|
| 83 | 82 | vmmc-supply = <&vcc_io>; |
|---|
| 84 | 83 | vqmmc-supply = <&vcc18_flash>; |
|---|