1/*
2 * Copyright (c) 2021 Blue Clover
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	led_pwr: led-pwr-ctrl {
9		compatible = "regulator-fixed";
10		regulator-name = "led-pwr-ctrl";
11		enable-gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>;
12		regulator-boot-on;
13	};
14};
15