| .. | .. |
|---|
| 56 | 56 | fan: fan@18 { |
|---|
| 57 | 57 | compatible = "ti,amc6821"; |
|---|
| 58 | 58 | reg = <0x18>; |
|---|
| 59 | | - cooling-min-state = <0>; |
|---|
| 60 | | - cooling-max-state = <9>; |
|---|
| 61 | 59 | #cooling-cells = <2>; |
|---|
| 62 | 60 | }; |
|---|
| 63 | 61 | |
|---|
| .. | .. |
|---|
| 78 | 76 | leds { |
|---|
| 79 | 77 | compatible = "gpio-leds"; |
|---|
| 80 | 78 | pinctrl-names = "default"; |
|---|
| 81 | | - pinctrl-0 = <&led_pins_module>; |
|---|
| 79 | + pinctrl-0 = <&module_led_pins>; |
|---|
| 82 | 80 | |
|---|
| 83 | | - module_led1 { |
|---|
| 81 | + module_led1: led-1 { |
|---|
| 84 | 82 | label = "module_led1"; |
|---|
| 85 | 83 | gpios = <&gpio2 RK_PB5 GPIO_ACTIVE_HIGH>; |
|---|
| 86 | 84 | linux,default-trigger = "heartbeat"; |
|---|
| 87 | 85 | panic-indicator; |
|---|
| 88 | 86 | }; |
|---|
| 89 | 87 | |
|---|
| 90 | | - module_led2 { |
|---|
| 88 | + module_led2: led-2 { |
|---|
| 91 | 89 | label = "module_led2"; |
|---|
| 92 | 90 | gpios = <&gpio3 RK_PA3 GPIO_ACTIVE_HIGH>; |
|---|
| 93 | 91 | default-state = "off"; |
|---|
| .. | .. |
|---|
| 139 | 137 | &emmc { |
|---|
| 140 | 138 | bus-width = <8>; |
|---|
| 141 | 139 | clock-frequency = <150000000>; |
|---|
| 142 | | - disable-wp; |
|---|
| 143 | 140 | mmc-hs200-1_8v; |
|---|
| 144 | 141 | non-removable; |
|---|
| 145 | 142 | vmmc-supply = <&vcc33_io>; |
|---|
| .. | .. |
|---|
| 273 | 270 | |
|---|
| 274 | 271 | &pinctrl { |
|---|
| 275 | 272 | leds { |
|---|
| 276 | | - led_pins_module: led-module-gpio { |
|---|
| 273 | + module_led_pins: module-led-pins { |
|---|
| 277 | 274 | rockchip,pins = |
|---|
| 278 | 275 | <2 RK_PB5 RK_FUNC_GPIO &pcfg_pull_none>, |
|---|
| 279 | 276 | <3 RK_PA3 RK_FUNC_GPIO &pcfg_pull_none>; |
|---|