blob: c6988b431549e5c62f2b27ade5830aca8d9a1de9 [file] [log] [blame]
/*
* Copyright 2023 Nordic Semiconductor ASA
* SPDX-License-Identifier: Apache-2.0
*/
#include "test_common.dtsi"
/ {
regulator {
/* Arduino D11 */
enable-gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
};
resources {
/* Arduino D13 */
check-gpios = <&gpio0 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
};
};