1/*
2 * Copyright 2019 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/ {
8	chosen {
9		zephyr,bt-c2h-uart = &lpuart0;
10	};
11};
12
13&lptmr1 {
14	interrupt-parent = <&intmux0_ch2>;
15};
16
17&intmux0_ch2 {
18	status = "okay";
19};
20
21&intmux0_ch3 {
22	status = "okay";
23};
24
25&generic_fsk {
26	interrupt-parent = <&intmux0_ch3>;
27	status = "okay";
28};
29