1/*
2 * Copyright (c) 2024 Tenstorrent AI ULC
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	gpio_emul: gpio_emul {
9		status = "okay";
10		compatible = "zephyr,gpio-emul";
11		rising-edge;
12		falling-edge;
13		high-level;
14		low-level;
15		gpio-controller;
16		#gpio-cells = < 0x2 >;
17		phandle = < 0x1 >;
18	};
19};
20