boards: add nrf54l15 overlay files

This commit is contained in:
Matthias Ringwald
2025-01-09 16:01:51 +01:00
parent a82a9ff85a
commit 779c31f97d
2 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/*
* Copyright (c) 2024 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
&uart20 {
compatible = "nordic,nrf-uarte";
current-speed = <1000000>;
status = "okay";
hw-flow-control;
};