1/* 2 * Copyright (c) 2021 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7&timer0 { 8 status = "okay"; 9 interrupts = <8 0>; 10}; 11 12/ { 13 busy-sim { 14 compatible = "vnd,busy-sim"; 15 status = "okay"; 16 counter = <&timer0>; 17 active-gpios = <&gpio0 27 GPIO_ACTIVE_HIGH>; 18 }; 19}; 20