Lines Matching +full:gpios +full:- +full:states
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
8 /dts-v1/;
10 #include "sun50i-h5-emlid-neutis-n5.dtsi"
14 compatible = "emlid,neutis-n5-devboard",
15 "emlid,neutis-n5",
16 "allwinner,sun50i-h5";
19 compatible = "hdmi-connector";
24 remote-endpoint = <&hdmi_out_con>;
29 vdd_cpux: gpio-regulator {
30 compatible = "regulator-gpio";
31 regulator-name = "vdd-cpux";
32 regulator-type = "voltage";
33 regulator-boot-on;
34 regulator-always-on;
35 regulator-min-microvolt = <1100000>;
36 regulator-max-microvolt = <1300000>;
37 regulator-ramp-delay = <50>; /* 4ms */
38 gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */
39 gpios-states = <0x1>;
40 states = <1100000 0>, <1300000 1>;
45 cpu-supply = <&vdd_cpux>;
53 phy-handle = <&int_mii_phy>;
54 phy-mode = "mii";
55 allwinner,leds-active-low;
65 remote-endpoint = <&hdmi_con_in>;