gpio = <&gpio5 9 GPIO_ACTIVE_HIGH>;
enable-active-high;
};
+
+ reg_fec2_supply: fec2_nvcc {
+ compatible = "regulator-fixed";
+ regulator-name = "fec2_nvcc";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ gpio = <&max7322 0 GPIO_ACTIVE_HIGH>;
+ enable-active-high;
+ };
};
sound-cs42888 {
pinctrl-0 = <&pinctrl_fec2>;
phy-mode = "rgmii-id";
phy-handle = <ðphy1>;
+ phy-supply = <®_fec2_supply>;
fsl,magic-packet;
status = "disabled";
};
pinctrl-0 = <&pinctrl_lpi2c1>;
status = "okay";
+ max7322: gpio@68 {
+ compatible = "maxim,max7322";
+ reg = <0x68>;
+ gpio-controller;
+ #gpio-cells = <2>;
+ };
+
typec_ptn5150: typec@3d {
compatible = "nxp,ptn5150";
pinctrl-names = "default";