blob: d3c223821c36f0b67dda2f2ed54f0cae7dd7cb2b [file] [log] [blame]
/*
* Copyright (c) 2021 Teslabs Engineering S.L.
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
resources {
compatible = "test-gpio-basic-api";
/* Unplug jumpers from JP13 and JP4 and bridge PD0/PD1 */
out-gpios = <&gpiod 0 0>; /* JP13 pin 2 (PD0) */
in-gpios = <&gpiod 1 0>; /* JP4 pin 2 (PD1) */
};
};
&gpiod {
status = "okay";
};