zephyr/samples/bluetooth/mesh_demo/boards/rv32m1_vega_ri5cy.overlay
Kumar Gala a92be467cc samples: bluetooth: mesh_demo: Move dts overlays under boards
Move the dts overlay under a boards/ dir to make it match conf files.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-01 10:44:31 -04:00

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";
};