blob: 289c23caeb9c800ab2d7a6630be970a61b4bf613 [file] [log] [blame]
/*
* Copyright 2023 Nordic Semiconductor ASA
* SPDX-License-Identifier: Apache-2.0
*/
#include "test_common.dtsi"
/ {
regulator {
/* Arduino D0 */
enable-gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
};
resources {
/* Arduino D1 */
check-gpios = <&gpio0 1 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
};
};
&uart1 {
/* Default-enabled Arduino UART steals the pins we want. */
status = "disabled";
};