Add a sample that presents how the custom nrf2_clock_control API introduced for nRF54H20 can be used for the various clocks which are supported by it. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no> Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
15 lines
179 B
Text
15 lines
179 B
Text
/*
|
|
* Copyright (c) 2024 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/{
|
|
aliases {
|
|
sample-device = &uart135;
|
|
};
|
|
};
|
|
|
|
&uart135 {
|
|
status = "okay";
|
|
};
|