Keep minimal system in board dts, only enable driver in overlays Signed-off-by: Hao Luo <hluo@ambiq.com>
16 lines
172 B
Plaintext
16 lines
172 B
Plaintext
/*
|
|
* Copyright (c) 2025 Ambiq Micro Inc. <www.ambiq.com>
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
aliases {
|
|
rtc = &rtc0;
|
|
};
|
|
};
|
|
|
|
&rtc0 {
|
|
status = "okay";
|
|
};
|