1/*
2 * Copyright 2019 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7&lptmr1 {
8	interrupt-parent = <&intmux0_ch2>;
9};
10
11&intmux0_ch2 {
12	status = "okay";
13};
14
15&intmux0_ch3 {
16	status = "okay";
17};
18
19&generic_fsk {
20	interrupt-parent = <&intmux0_ch3>;
21	status = "okay";
22};
23