mirror of
https://github.com/coolsnowwolf/lede
synced 2025-01-08 11:47:42 +08:00
parent
4915cc9ed2
commit
6cbe4f5135
@ -48,6 +48,12 @@
|
||||
linux,code = <KEY_RESTART>;
|
||||
gpios = <&tlmm 56 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
screen {
|
||||
label = "screen";
|
||||
linux,code = <BTN_1>;
|
||||
gpios = <&tlmm 71 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
leds {
|
||||
@ -75,7 +81,7 @@
|
||||
|
||||
button_pins: button_pins {
|
||||
mux {
|
||||
pins = "gpio56", "gpio72";
|
||||
pins = "gpio56", "gpio71", "gpio72";
|
||||
function = "gpio";
|
||||
drive-strength = <8>;
|
||||
bias-pull-up;
|
||||
@ -106,6 +112,15 @@
|
||||
bias-pull-up;
|
||||
};
|
||||
};
|
||||
|
||||
usb_pwr_pins: usb-pwr-pins {
|
||||
mux {
|
||||
pins = "gpio22";
|
||||
function = "gpio";
|
||||
bias-pull-down;
|
||||
output-high;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&blsp1_uart3 {
|
||||
@ -162,6 +177,8 @@
|
||||
};
|
||||
|
||||
&usb3 {
|
||||
pinctrl-0 = <&usb_pwr_pins>;
|
||||
pinctrl-names = "default";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user