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