Lines Matching +full:vddio +full:- +full:regulator
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (C) 2016 Savoir-Faire Linux
7 /dts-v1/;
9 #include "dt-bindings/gpio/gpio.h"
13 model = "Technologic Systems i.MX28 TS-4600";
14 compatible = "technologic,imx28-ts4600", "fsl,imx28";
21 reg_vddio_sd0: regulator-vddio-sd0 {
22 compatible = "regulator-fixed";
23 regulator-name = "vddio-sd0";
24 regulator-min-microvolt = <3300000>;
25 regulator-max-microvolt = <3300000>;
26 regulator-boot-on;
33 pinctrl-names = "default";
34 pinctrl-0 = <&duart_pins_a>;
39 en_sd_pwr: en-sd-pwr@0 {
41 fsl,pinmux-ids = <
44 fsl,drive-strength = <MXS_DRIVE_4mA>;
46 fsl,pull-up = <MXS_PULL_DISABLE>;
51 pinctrl-names = "default";
52 pinctrl-0 = <&pwm2_pins_a>;
57 compatible = "fsl,imx28-mmc";
58 pinctrl-names = "default";
59 pinctrl-0 = <&mmc0_4bit_pins_a
62 broken-cd;
63 bus-width = <4>;
64 vmmc-supply = <®_vddio_sd0>;