Skip to content

Commit 55eb4a1

Browse files
alexandru-porosanu-nxpjhedberg
authored andcommitted
samples: bluetooth: add missing VEGABoard overlays
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 <[email protected]>
1 parent b096fcc commit 55eb4a1

File tree

5 files changed

+110
-0
lines changed

5 files changed

+110
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
};
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
};
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
};
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
};
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
};

0 commit comments

Comments
 (0)