blob: 997b57c5308c3dfbd52af73aea310e4bdc5582c9 [file] [log] [blame]
&CPU0 {
cpu-supply = <&vddcpu1>;
};
&CPU1 {
cpu-supply = <&vddcpu1>;
};
&CPU2 {
cpu-supply = <&vddcpu1>;
};
&CPU3 {
cpu-supply = <&vddcpu1>;
};
&i2c0 {
status = "okay";
pinctrl-names="default";
pinctrl-0=<&i2c0_pins1>;
clock-frequency = <400000>;
vddcpu1: tps62864-regulator@42 {
compatible = "ti,tps62864";
reg = <0x42>;
regulator-name = "VDD_CPU";
regulator-min-microvolt = <400000>;
regulator-max-microvolt = <1675000>;
regulator-ramp-delay = <1000>;
regulator-initial-mode = <0>;
regulator-boot-on;
regulator-always-on;
ti,vout-reg-id = <0>;
status = "okay";
};
vddee: tps62864-regulator@49 {
compatible = "ti,tps62864";
reg = <0x49>;
regulator-name = "VDD_EE";
regulator-min-microvolt = <400000>;
regulator-max-microvolt = <1675000>;
regulator-boot-on;
regulator-always-on;
ti,vout-reg-id = <0>;
status = "okay";
};
};