Lines Matching +full:input +full:- +full:schmitt +full:- +full:enable
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
6 #include "th1520-lichee-module-4a.dtsi"
10 compatible = "sipeed,lichee-pi-4a", "sipeed,lichee-module-4a", "thead,th1520";
29 stdout-path = "serial0:115200n8";
34 uart0_pins: uart0-0 {
35 tx-pins {
38 bias-disable;
39 drive-strength = <3>;
40 input-disable;
41 input-schmitt-disable;
42 slew-rate = <0>;
45 rx-pins {
48 bias-disable;
49 drive-strength = <1>;
50 input-enable;
51 input-schmitt-enable;
52 slew-rate = <0>;
58 pinctrl-names = "default";
59 pinctrl-0 = <&uart0_pins>;