blob: 181cd0c8cb4bf86309ca74b05a57d2494ea64046 [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>;
};
};