1/*
2 * Copyright (c) 2023 Martin Jäger / Libre Solar
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	load_switch: load_switch {
9		compatible = "power-switch";
10		/* using built-in LED pin for demonstration */
11		gpios = <&gpioa 5 GPIO_ACTIVE_HIGH>;
12	};
13};
14