17 lines
222 B
Plaintext
17 lines
222 B
Plaintext
|
/*
|
||
|
* Copyright (c) 2021 Nordic Semiconductor ASA
|
||
|
*
|
||
|
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
|
||
|
*/
|
||
|
|
||
|
/ {
|
||
|
chosen {
|
||
|
zephyr,entropy = &rng;
|
||
|
ncs,zigbee-timer = &timer2;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&timer2 {
|
||
|
status = "okay";
|
||
|
};
|