blob: 76b2eecee1a868c14f4ef8d374156ee997c99a16 [file] [log] [blame]
/*
* Copyright (C) 2023 Nordic Semiconductor ASA
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/dt-bindings/gpio/arduino-header-r3.h>
/ {
npm1100_ek_pmic: pmic {
compatible = "nordic,npm1100";
nordic,iset-gpios = <&arduino_header ARDUINO_HEADER_R3_D2 GPIO_ACTIVE_HIGH>;
npm1100_ek_buck: BUCK {
nordic,mode-gpios = <&arduino_header ARDUINO_HEADER_R3_D3 GPIO_ACTIVE_HIGH>;
};
};
};