Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74221150 authored by Oskari Lemmela's avatar Oskari Lemmela Committed by Chen-Yu Tsai
Browse files

arm64: dts: allwinner: axp803: add AC and battery power supplies



Parts of the AXP803 are compatible with their counterparts on the AXP813.
Add DT nodes ADC, GPIO, AC and battery power supplies.

Signed-off-by: default avatarOskari Lemmela <oskari@lemmela.net>
Reviewed-by: default avatarQuentin Schulz <quentin.schulz@bootlin.com>
Reviewed-by: default avatarChen-Yu Tsai <wens@csie.org>
Tested-by: default avatarVasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent c56689e6
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -49,6 +49,39 @@
	interrupt-controller;
	#interrupt-cells = <1>;

	ac_power_supply: ac-power-supply {
		compatible = "x-powers,axp803-ac-power-supply",
			     "x-powers,axp813-ac-power-supply";
		status = "disabled";
	};

	axp_adc: adc {
		compatible = "x-powers,axp803-adc", "x-powers,axp813-adc";
		#io-channel-cells = <1>;
	};

	axp_gpio: gpio {
		compatible = "x-powers,axp803-gpio", "x-powers,axp813-gpio";
		gpio-controller;
		#gpio-cells = <2>;

		gpio0_ldo: gpio0-ldo {
			pins = "GPIO0";
			function = "ldo";
		};

		gpio1_ldo: gpio1-ldo {
			pins = "GPIO1";
			function = "ldo";
		};
	};

	battery_power_supply: battery-power-supply {
		compatible = "x-powers,axp803-battery-power-supply",
			     "x-powers,axp813-battery-power-supply";
		status = "disabled";
	};

	regulators {
		/* Default work frequency for buck regulators */
		x-powers,dcdc-freq = <3000>;