55eb4a11cd
The default DTS of VEGABoard does not enable the necessary nodes for the SW LL to function; as such an overlay is needed for each sample that is intended to be run on the VEGABoard. Some of the samples miss this overlay so this patch adds them. Signed-off-by: Alex Porosanu <alexandru.porosanu@nxp.com>
23 lines
268 B
Plaintext
23 lines
268 B
Plaintext
/*
|
|
* Copyright 2019 NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&lptmr1 {
|
|
interrupt-parent = <&intmux0_ch2>;
|
|
};
|
|
|
|
&intmux0_ch2 {
|
|
status = "okay";
|
|
};
|
|
|
|
&intmux0_ch3 {
|
|
status = "okay";
|
|
};
|
|
|
|
&generic_fsk {
|
|
interrupt-parent = <&intmux0_ch3>;
|
|
status = "okay";
|
|
};
|