Advertisement
DarkNeutrino

Untitled

Aug 1st, 2023
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. leds {
  2. compatible = "gpio-leds";
  3.  
  4. led-0 {
  5. function = LED_FUNCTION_STATUS;
  6. color = <LED_COLOR_ID_GREEN>;
  7. gpios = <&pio 7 5 GPIO_ACTIVE_HIGH>; /* PH5 */
  8. };
  9.  
  10. gpio_1 {
  11. function = "wifi_power";
  12. gpio = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */
  13. status = "okay";
  14. };
  15.  
  16. gpio_2 {
  17. function = "wifi_wake";
  18. gpio = <&pio 6 15 GPIO_ACTIVE_LOW>; /* PG15 */
  19. status = "okay";
  20. };
  21. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement