1/*
2 * Copyright (c) 2023 Nordic Semiconductor ASA
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6regulator-fixed {
7	compatible = "regulator-fixed";
8	regulator-name = "test";
9	enable-gpios = <&test_gpio 0 GPIO_ACTIVE_HIGH>;
10};
11
12npm1100 {
13	compatible = "nordic,npm1100";
14
15	BUCK {};
16};
17