Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- leds {
- compatible = "gpio-leds";
- led-0 {
- function = LED_FUNCTION_STATUS;
- color = <LED_COLOR_ID_GREEN>;
- gpios = <&pio 7 5 GPIO_ACTIVE_HIGH>; /* PH5 */
- };
- gpio_1 {
- function = "wifi_power";
- gpio = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
- status = "okay";
- };
- gpio_2 {
- function = "wifi_wake";
- gpio = <&pio 6 15 GPIO_ACTIVE_LOW>; /* PG15 */
- status = "okay";
- };
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement