blob: 25c6453b87883b5dafbba76573ef0a04d39164aa [file] [log] [blame]
/*
* Copyright (c) 2021 Blue Clover
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
led_pwr: led-pwr-ctrl {
compatible = "regulator-fixed-sync", "regulator-fixed";
regulator-name = "led-pwr-ctrl";
enable-gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>;
regulator-boot-on;
};
};