Home
last modified time | relevance | path

Searched +full:0 +full:v_ap (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2-common.dtsi53 reg = <0x0 0x20000000 0x0 0xc0000000>;
67 gpios = <&gpa2 0 GPIO_ACTIVE_LOW>;
88 i2c_max98504: i2c-gpio-0 {
91 scl-gpios = <&gpd0 0 GPIO_ACTIVE_HIGH>;
94 #size-cells = <0>;
98 reg = <0x31>;
123 i2s-controller = <&i2s0 0>, <&i2s1 0>;
151 pulldown-ohm = <0>;
152 io-channels = <&adc 0>;
159 pulldown-ohm = <0>;
[all …]
H A Dexynos5433-tm2e.dts38 assigned-clock-parents = <0>, <0>,
54 panel@0 {
56 reg = <0>;
59 reset-gpios = <&gpg0 0 GPIO_ACTIVE_LOW>;
65 regulator-name = "TSP_VDD_1.8V_AP";
H A Dexynos5433-tm2.dts39 assigned-clock-parents = <0>, <0>,
56 panel@0 {
58 reg = <0>;
61 reset-gpios = <&gpg0 0 GPIO_ACTIVE_LOW>;
71 reg = <0x20>;
80 regulator-name = "TSP_VDD_1.85V_AP";
86 regulator-name = "VCC_3.0V_MOTOR_AP";
/openbmc/u-boot/arch/arm/dts/
H A Dexynos4412-trats2.dts31 gpios = <&gpf1 5 0>, /* sda */
32 <&gpf1 4 0>; /* scl */
39 gpio = <&gpm2 0 0>, /* sda */
40 <&gpm2 1 0>; /* scl */
47 reg = <0x11c00000 0xa4>;
55 samsung,vl-clkp = <0>;
56 samsung,vl-oep = <0>;
68 samsung,vl-cmd-allow-len = <0xf>;
70 samsung,winid = <0>;
78 samsung,resolution = <0>;
[all …]
H A Dexynos4412-odroid.dts29 reg = <0x12580000 0x100>;
34 reg = <0x125B0000 0x100>;
40 reset-gpio = <&gpk1 2 0>;
46 samsung,i2c-slave-addr = <0x10>;
53 interrupts = <7 0>;
54 reg = <0x09 0 0>;
59 regulator-name = "VDD_ALIVE_1.0V";
71 regulator-name = "VCC_1.8V_AP";
89 regulator-name = "VMPLL_1.0V";
101 regulator-name = "VDD_MIPI/HDMI_1.0V";
[all …]
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dmaxim,max77686.yaml58 #size-cells = <0>;
62 reg = <0x09>;
66 pinctrl-0 = <&max77686_irq>;
73 regulator-name = "VALIVE_1.0V_AP";
80 regulator-name = "VM1M2_1.2V_AP";
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos4412-midas.dtsi39 reg = <0x0204f000 0x1000>;
45 clock-frequency = <0>;
136 pinctrl-0 = <&gpio_keys>;
171 sda-gpios = <&gpm2 0 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
175 #size-cells = <0>;
182 pinctrl-0 = <&max77693_irq>;
183 reg = <0x66>;
196 #size-cells = <0>;
198 port@0 {
199 reg = <0>;
[all …]
H A Dexynos4212-tab3.dtsi33 reg = <0x40000000 0x3fc00000>;
46 linux,initrd-start = <0x42000000>;
47 linux,initrd-end = <0x42800000>;
52 reg = <0x0204F000 0x1000>;
58 clock-frequency = <0>;
70 pinctrl-0 = <&gpio_keys>;
122 sda-gpios = <&gpm2 0 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
126 #size-cells = <0>;
130 reg = <0x66>;
134 pinctrl-0 = <&max77693_irq>;
[all …]
H A Dexynos4412-p4note.dtsi26 reg = <0x40000000 0x80000000>;
41 reg = <0x0204f000 0x1000>;
47 clock-frequency = <0>;
59 pinctrl-0 = <&gpio_keys>;
88 pinctrl-0 = <&tsp_reg_gpio_1>;
98 pinctrl-0 = <&tsp_reg_gpio_2>;
108 pinctrl-0 = <&tsp_reg_gpio_3>;
119 pinctrl-0 = <&lcd_enable>;
128 pinctrl-0 = <&wifi_reset>;
149 #size-cells = <0>;
[all …]
/openbmc/u-boot/board/samsung/trats2/
H A Dtrats2.c32 int modelrev = 0; in check_hw_revision()
37 * GPM1[1:0]: MODEL_REV[1:0] in check_hw_revision()
42 for (i = 0; i < 2; i++) { in check_hw_revision()
50 /* GPM1[5:2]: HW_REV[3:0] */ in check_hw_revision()
51 for (i = 0; i < 4; i++) { in check_hw_revision()
60 /* GPM1[1:0]: MODEL_REV[1:0] */ in check_hw_revision()
61 for (i = 0; i < 2; i++) in check_hw_revision()
75 return (board_rev >> 8) & 0xff; in get_model_rev()
104 return 0; in exynos_early_init_f()
122 writel(0, &pwr->inform4); in exynos_init()
[all …]