pinctrl-0 = <&pinctrl_usb1_vbus>;
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
- gpio = <&gpio1 14 GPIO_ACTIVE_HIGH>;
+ gpio = <&gpio1 12 GPIO_ACTIVE_HIGH>;
enable-active-high;
regulator-always-on;
};
pmic: pca9450@25 {
reg = <0x25>;
compatible = "nxp,pca9450c";
- /* PMIC PCA9450 PMIC_nINT GPIO1_IO3 */
+ /* PMIC PCA9450 PMIC_nINT GPIO4_IO18 */
pinctrl-0 = <&pinctrl_pmic>;
- gpio_intr = <&gpio1 3 GPIO_ACTIVE_LOW>;
+ gpio_intr = <&gpio4 18 GPIO_ACTIVE_LOW>;
regulators {
#address-cells = <1>;
pinctrl_pmic: pmicirq {
fsl,pins = <
- MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x41
+ MX8MP_IOMUXC_SAI1_TXD6__GPIO4_IO18 0x41
>;
};
pinctrl_usb1_vbus: usb1grp {
fsl,pins = <
- MX8MP_IOMUXC_GPIO1_IO14__GPIO1_IO14 0x19
+ MX8MP_IOMUXC_GPIO1_IO12__GPIO1_IO12 0x19
>;
};