2 * Copyright (C) 2017 Chen-Yu Tsai <wens@csie.org>
4 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 #include "sun8i-h3.dtsi"
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/input.h>
14 model = "Libre Computer Board ALL-H3-CC H3";
15 compatible = "libretech,all-h3-cc-h3", "allwinner,sun8i-h3";
23 stdout-path = "serial0:115200n8";
27 compatible = "gpio-leds";
30 label = "librecomputer:green:pwr";
31 gpios = <&r_pio 0 10 GPIO_ACTIVE_HIGH>; /* PL10 */
36 label = "librecomputer:blue:status";
37 gpios = <&pio 0 7 GPIO_ACTIVE_HIGH>; /* PA7 */
42 compatible = "gpio-keys";
46 linux,code = <KEY_POWER>;
47 gpios = <&r_pio 0 2 GPIO_ACTIVE_LOW>; /* PL2 */
52 compatible = "regulator-fixed";
53 regulator-name = "vcc1v2";
54 regulator-min-microvolt = <3300000>;
55 regulator-max-microvolt = <3300000>;
58 vin-supply = <®_vcc5v0>;
59 gpio = <&r_pio 0 8 GPIO_ACTIVE_HIGH>; /* PL8 */
64 compatible = "regulator-fixed";
65 regulator-name = "vcc3v3";
66 regulator-min-microvolt = <3300000>;
67 regulator-max-microvolt = <3300000>;
68 vin-supply = <®_vcc5v0>;
71 /* This represents the board's 5V input */
73 compatible = "regulator-fixed";
74 regulator-name = "vcc5v0";
75 regulator-min-microvolt = <5000000>;
76 regulator-max-microvolt = <5000000>;
79 reg_vcc_dram: vcc-dram {
80 compatible = "regulator-fixed";
81 regulator-name = "vcc-dram";
82 regulator-min-microvolt = <1500000>;
83 regulator-max-microvolt = <1500000>;
86 vin-supply = <®_vcc5v0>;
87 gpio = <&r_pio 0 9 GPIO_ACTIVE_HIGH>; /* PL9 */
92 compatible = "regulator-fixed";
93 regulator-name = "vcc-io";
94 regulator-min-microvolt = <3300000>;
95 regulator-max-microvolt = <3300000>;
98 vin-supply = <®_vcc3v3>;
99 gpio = <&r_pio 0 5 GPIO_ACTIVE_LOW>; /* PL5 */
102 reg_vdd_cpux: vdd-cpux {
103 compatible = "regulator-fixed";
104 regulator-name = "vdd-cpux";
105 regulator-min-microvolt = <3300000>;
106 regulator-max-microvolt = <3300000>;
109 vin-supply = <®_vcc5v0>;
110 gpio = <&r_pio 0 8 GPIO_ACTIVE_HIGH>; /* PL8 */
116 allwinner,audio-routing =
117 "Line Out", "LINEOUT",
140 phy-handle = <&int_mii_phy>;
142 allwinner,leds-active-low;
147 pinctrl-names = "default";
148 pinctrl-0 = <&ir_pins_a>;
153 pinctrl-names = "default";
154 pinctrl-0 = <&mmc0_pins_a>;
155 vmmc-supply = <®_vcc_io>;
157 cd-gpios = <&pio 5 6 GPIO_ACTIVE_HIGH>; /* PF6 */
179 pinctrl-names = "default";
180 pinctrl-0 = <&uart0_pins_a>;
190 /* VBUS on USB ports are always on */
191 usb0_vbus-supply = <®_vcc5v0>;
192 usb1_vbus-supply = <®_vcc5v0>;
193 usb2_vbus-supply = <®_vcc5v0>;
194 usb3_vbus-supply = <®_vcc5v0>;