Lines Matching +full:vddio +full:- +full:regulator
2 * Copyright (C) 2013-2016 Marek Vasut <marek.vasut@gmail.com>
4 * This file is dual-licensed: you can use it either under the terms
44 /dts-v1/;
45 #include <dt-bindings/gpio/gpio.h>
58 apbh-bus@80000000 {
60 compatible = "fsl,imx23-mmc";
61 pinctrl-names = "default";
62 pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_pins_fixup>;
63 bus-width = <4>;
64 vmmc-supply = <®_vddio_sd0>;
65 cd-inverted;
70 compatible = "fsl,imx23-mmc";
71 pinctrl-names = "default";
72 pinctrl-0 = <&mmc1_8bit_pins_a>;
73 bus-width = <8>;
74 vmmc-supply = <®_vddio_sd1>;
75 non-removable;
80 pinctrl-names = "default";
81 pinctrl-0 = <&hog_pins_a>;
85 fsl,pinmux-ids = <
96 fsl,drive-strength = <0>;
98 fsl,pull-up = <0>;
103 apbx-bus@80040000 {
105 pinctrl-names = "default";
106 pinctrl-0 = <&pwm2_pins_a>;
111 pinctrl-names = "default";
112 pinctrl-0 = <&duart_pins_a>;
133 reg_vddio_sd0: regulator-vddio-sd0 {
134 compatible = "regulator-fixed";
135 regulator-name = "vddio-sd0";
136 regulator-min-microvolt = <3300000>;
137 regulator-max-microvolt = <3300000>;
141 reg_vddio_sd1: regulator-vddio-sd1 {
142 compatible = "regulator-fixed";
143 regulator-name = "vddio-sd1";
144 regulator-min-microvolt = <3300000>;
145 regulator-max-microvolt = <3300000>;
149 reg_vdd_touchpad: regulator-vdd-touchpad0 {
150 compatible = "regulator-fixed";
151 regulator-name = "vdd-touchpad0";
152 regulator-min-microvolt = <3300000>;
153 regulator-max-microvolt = <3300000>;
155 regulator-always-on;
158 reg_vdd_tuner: regulator-vdd-tuner0 {
159 compatible = "regulator-fixed";
160 regulator-name = "vdd-tuner0";
161 regulator-min-microvolt = <3300000>;
162 regulator-max-microvolt = <3300000>;
164 regulator-always-on;
168 compatible = "pwm-backlight";
170 brightness-levels = <0 4 8 16 32 64 128 255>;
171 default-brightness-level = <6>;
174 i2c-0 {
175 #address-cells = <1>;
176 #size-cells = <0>;
177 compatible = "i2c-gpio";
178 sda-gpios = <&gpio1 24 0>;
179 scl-gpios = <&gpio1 22 0>;
180 i2c-gpio,delay-us = <2>; /* ~100 kHz */
183 i2c-1 {
184 #address-cells = <1>;
185 #size-cells = <0>;
186 compatible = "i2c-gpio";
187 sda-gpios = <&gpio0 31 0>;
188 scl-gpios = <&gpio0 30 0>;
189 i2c-gpio,delay-us = <2>; /* ~100 kHz */