Commit 282621ed authored by Nishanth Menon's avatar Nishanth Menon Committed by Vignesh Raghavendra
Browse files

arm64: dts: ti: k3-am654-base-board: Add missing PMIC

parent 5292f504
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -336,6 +336,19 @@ &wkup_i2c0 {
	pinctrl-0 = <&wkup_i2c0_pins_default>;
	clock-frequency = <400000>;

	vdd_mpu: regulator@60 {
		compatible = "ti,tps62363";
		reg = <0x60>;
		regulator-name = "VDD_MPU";
		regulator-min-microvolt = <500000>;
		regulator-max-microvolt = <1770000>;
		regulator-always-on;
		regulator-boot-on;
		ti,vsel0-state-high;
		ti,vsel1-state-high;
		ti,enable-vout-discharge;
	};

	pca9554: gpio@39 {
		compatible = "nxp,pca9554";
		reg = <0x39>;