Lines Matching +full:x +full:- +full:powers
2 * Copyright 2017 Chen-Yu Tsai
4 * Chen-Yu Tsai <wens@csie.org>
6 * This file is dual-licensed: you can use it either under the terms
48 interrupt-controller;
49 #interrupt-cells = <1>;
52 compatible = "x-powers,axp813-adc";
53 #io-channel-cells = <1>;
57 compatible = "x-powers,axp813-gpio";
58 gpio-controller;
59 #gpio-cells = <2>;
61 gpio0_ldo: gpio0-ldo {
66 gpio1_ldo: gpio1-ldo {
72 battery_power_supply: battery-power-supply {
73 compatible = "x-powers,axp813-battery-power-supply";
79 x-powers,dcdc-freq = <3000>;
141 reg_ldo_io0: ldo-io0 {
142 pinctrl-names = "default";
143 pinctrl-0 = <&gpio0_ldo>;
148 reg_ldo_io1: ldo-io1 {
149 pinctrl-names = "default";
150 pinctrl-0 = <&gpio1_ldo>;
155 reg_rtc_ldo: rtc-ldo {
156 /* RTC_LDO is a fixed, always-on regulator */
157 regulator-always-on;
158 regulator-min-microvolt = <1800000>;
159 regulator-max-microvolt = <1800000>;