blob: 2879430bab4aeabdc32721d22f4fe2c81f44d84b [file] [log] [blame]
/*
* Copyright (c) 2024 Tenstorrent AI ULC
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
gpio_emul: gpio_emul {
status = "okay";
compatible = "zephyr,gpio-emul";
rising-edge;
falling-edge;
high-level;
low-level;
gpio-controller;
#gpio-cells = < 0x2 >;
phandle = < 0x1 >;
};
};