linux gpio regulator

linux gpio regulator



reference: linux/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml
	module_vdd: regulator-vdd {
		compatible = "regulator-fixed";
		regulator-name = "module_vdd";
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
		gpio = <&gpio0 77 GPIO_ACTIVE_HIGH>;
		enable-active-high;
		regulator-boot-on;
	};


posted @ 2023-08-25 11:23  王阳开  阅读(33)  评论(0编辑  收藏  举报