Lines Matching +full:pg +full:- +full:gpios

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
4 /dts-v1/;
6 #include "sun50i-h6.dtsi"
7 #include "sun50i-h6-cpu-opp.dtsi"
9 #include <dt-bindings/gpio/gpio.h>
17 stdout-path = "serial0:115200n8";
21 compatible = "hdmi-connector";
22 ddc-en-gpios = <&pio 7 2 GPIO_ACTIVE_HIGH>; /* PH2 */
27 remote-endpoint = <&hdmi_out_con>;
34 compatible = "i2c-gpio";
35 sda-gpios = <&pio 7 6 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; /* PH6 */
36 scl-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; /* PH5 */
37 i2c-gpio,delay-us = <5>;
40 reg_vcc1v8: regulator-vcc1v8 {
41 compatible = "regulator-fixed";
42 regulator-name = "vcc1v8";
43 regulator-min-microvolt = <1800000>;
44 regulator-max-microvolt = <1800000>;
47 reg_vcc3v3: regulator-vcc3v3 {
48 compatible = "regulator-fixed";
49 regulator-name = "vcc3v3";
50 regulator-min-microvolt = <3300000>;
51 regulator-max-microvolt = <3300000>;
54 reg_vdd_cpu_gpu: regulator-vdd-cpu-gpu {
55 compatible = "regulator-fixed";
56 regulator-name = "vdd-cpu-gpu";
57 regulator-min-microvolt = <1135000>;
58 regulator-max-microvolt = <1135000>;
61 sound-spdif {
62 compatible = "simple-audio-card";
63 simple-audio-card,name = "sun50i-h6-spdif";
65 simple-audio-card,cpu {
66 sound-dai = <&spdif>;
69 simple-audio-card,codec {
70 sound-dai = <&spdif_out>;
74 spdif_out: spdif-out {
75 #sound-dai-cells = <0>;
76 compatible = "linux,spdif-dit";
79 wifi_pwrseq: wifi-pwrseq {
80 compatible = "mmc-pwrseq-simple";
82 clock-names = "ext_clock";
83 reset-gpios = <&r_pio 1 3 GPIO_ACTIVE_LOW>; /* PM3 */
88 cpu-supply = <&reg_vdd_cpu_gpu>;
108 mali-supply = <&reg_vdd_cpu_gpu>;
118 remote-endpoint = <&hdmi_con_in>;
123 pinctrl-names = "default";
124 pinctrl-0 = <&mmc0_pins>;
125 vmmc-supply = <&reg_vcc3v3>;
126 cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>;
127 bus-width = <4>;
132 vmmc-supply = <&reg_vcc3v3>;
133 vqmmc-supply = <&reg_vcc1v8>;
134 mmc-pwrseq = <&wifi_pwrseq>;
135 bus-width = <4>;
136 non-removable;
141 vmmc-supply = <&reg_vcc3v3>;
142 vqmmc-supply = <&reg_vcc1v8>;
143 bus-width = <8>;
144 non-removable;
145 cap-mmc-hw-reset;
146 mmc-hs200-1_8v;
159 vcc-pc-supply = <&reg_vcc1v8>;
160 vcc-pd-supply = <&reg_vcc3v3>;
161 vcc-pg-supply = <&reg_vcc1v8>;
169 pinctrl-names = "default";
170 pinctrl-0 = <&spdif_tx_pin>;
175 pinctrl-names = "default";
176 pinctrl-0 = <&uart0_ph_pins>;