|
|
@@ -29,6 +29,13 @@
|
|
|
};
|
|
|
|
|
|
&wkup_pmx0 {
|
|
|
+ wkup_i2c0_pins_default: wkup_i2c0_pins_default {
|
|
|
+ pinctrl-single,pins = <
|
|
|
+ J721E_WKUP_IOPAD(0xf8, PIN_INPUT_PULLUP, 0) /* (J25) WKUP_I2C0_SCL */
|
|
|
+ J721E_WKUP_IOPAD(0xfc, PIN_INPUT_PULLUP, 0) /* (H24) WKUP_I2C0_SDA */
|
|
|
+ >;
|
|
|
+ };
|
|
|
+
|
|
|
mcu_fss0_ospi0_pins_default: mcu-fss0-ospi0-pins-default {
|
|
|
pinctrl-single,pins = <
|
|
|
J721E_WKUP_IOPAD(0x0000, PIN_OUTPUT, 0) /* MCU_OSPI0_CLK */
|
|
|
@@ -46,6 +53,43 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
+&wkup_i2c0 {
|
|
|
+ pinctrl-names = "default";
|
|
|
+ pinctrl-0 = <&wkup_i2c0_pins_default>;
|
|
|
+ clock-frequency = <400000>;
|
|
|
+
|
|
|
+ tps65917: tps65917@58 {
|
|
|
+ reg = <0x58>;
|
|
|
+ compatible = "ti,tps65917";
|
|
|
+
|
|
|
+ tps65917_pmic {
|
|
|
+ compatible = "ti,tps65917-pmic";
|
|
|
+
|
|
|
+ ldo1-in-supply = <&vsys_3v3>;
|
|
|
+
|
|
|
+ tps65917_regulators: regulators {
|
|
|
+ ldo1_reg: ldo1 {
|
|
|
+ /* LDO1_OUT --> VDD_SD_DV_REG */
|
|
|
+ regulator-name = "ldo1";
|
|
|
+ regulator-min-microvolt = <1800000>;
|
|
|
+ regulator-max-microvolt = <3300000>;
|
|
|
+ regulator-allow-bypass;
|
|
|
+ };
|
|
|
+
|
|
|
+ ldo2_reg: ldo2 {
|
|
|
+ /* LDO2_OUT --> VDA_USB_3V3_REG */
|
|
|
+ regulator-name = "ldo2";
|
|
|
+ regulator-min-microvolt = <3300000>;
|
|
|
+ regulator-max-microvolt = <3300000>;
|
|
|
+ regulator-allow-bypass;
|
|
|
+ regulator-always-on;
|
|
|
+ regulator-boot-on;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+};
|
|
|
+
|
|
|
&ospi0 {
|
|
|
pinctrl-names = "default";
|
|
|
pinctrl-0 = <&mcu_fss0_ospi0_pins_default>;
|