Lines Matching +full:sd +full:- +full:uhs +full:- +full:sdr12
1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
8 stdout-path = "serial0:115200n8";
11 gpio-keys {
12 compatible = "gpio-keys";
13 pinctrl-names = "default";
14 pinctrl-0 = <&pinctrl_snvs_gpiokeys>;
17 label = "Wake-Up";
20 debounce-interval = <10>;
21 wakeup-source;
27 compatible = "fixed-clock";
28 #clock-cells = <0>;
29 clock-frequency = <16000000>;
35 power-supply = <®_3v3>;
39 remote-endpoint = <&lcdif_out>;
44 reg_3v3: regulator-3v3 {
45 compatible = "regulator-fixed";
46 regulator-name = "3.3V";
47 regulator-min-microvolt = <3300000>;
48 regulator-max-microvolt = <3300000>;
51 reg_5v0: regulator-5v0 {
52 compatible = "regulator-fixed";
53 regulator-name = "5V";
54 regulator-min-microvolt = <5000000>;
55 regulator-max-microvolt = <5000000>;
58 reg_usbh_vbus: regulator-usbh-vbus {
59 compatible = "regulator-fixed";
60 pinctrl-names = "default";
61 pinctrl-0 = <&pinctrl_usbh_reg>;
62 regulator-name = "VCC_USB[1-4]";
63 regulator-min-microvolt = <5000000>;
64 regulator-max-microvolt = <5000000>;
66 vin-supply = <®_5v0>;
75 brightness-levels = <0 4 8 16 32 64 128 255>;
76 default-brightness-level = <6>;
77 power-supply = <®_3v3>;
87 pinctrl-names = "default";
88 pinctrl-0 = <&pinctrl_can_int>;
91 interrupt-parent = <&gpio2>;
93 spi-max-frequency = <10000000>;
94 vdd-supply = <®_3v3>;
95 xceiver-supply = <®_5v0>;
115 remote-endpoint = <&panel_in>;
157 vbus-supply = <®_usbh_vbus>;
162 pinctrl-names = "default", "state_100mhz", "state_200mhz", "sleep";
163 pinctrl-0 = <&pinctrl_usdhc1 &pinctrl_snvs_usdhc1_cd>;
164 pinctrl-1 = <&pinctrl_usdhc1_100mhz &pinctrl_snvs_usdhc1_cd>;
165 pinctrl-2 = <&pinctrl_usdhc1_200mhz &pinctrl_snvs_usdhc1_cd>;
166 pinctrl-3 = <&pinctrl_usdhc1 &pinctrl_snvs_usdhc1_sleep_cd>;
167 cd-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
168 disable-wp;
169 wakeup-source;
170 keep-power-in-suspend;
171 vmmc-supply = <®_3v3>;
172 vqmmc-supply = <®_sd1_vmmc>;
173 sd-uhs-sdr12;
174 sd-uhs-sdr25;
175 sd-uhs-sdr50;
176 sd-uhs-sdr104;