blob: bfba2e166c6ef28a1fbba013331091429bec7db8 [file] [log] [blame]
/*
* Copyright (c) 2021 Henrik Brix Andersen <henrik@brixandersen.dk>
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
resources {
compatible = "test-gpio-basic-api";
out-gpios = <&gpio 0 0>;
in-gpios = <&gpio 1 0>;
};
};