| /* | |
| * 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>; | |
| }; | |
| }; |