linux gpio regulator

WangYangkai / 2023-08-25 / 原文

linux gpio regulator



	module_phy_reset: regulator-module-phy-reset {
		compatible = "regulator-fixed";
		regulator-name = "module_phy_reset";
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
		gpio = <&gpio0 7 GPIO_ACTIVE_HIGH>;
		enable-active-high;
		regulator-always-on;
	};