blob: d3bbef71cf7b2e549f475946c98e8a467b517649 [file] [log] [blame]
/*
* Copyright (c) 2023 Martin Jäger / Libre Solar
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
load_switch: load_switch {
compatible = "power-switch";
/* using built-in LED pin for demonstration */
gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>;
};
};