ODROID-M2: dtbo: add fiq_debugger 115200 baudrate

Signed-off-by: YoungSoo Shin <bob.shin@hardkernel.com>
Change-Id: I90dcdc18c04565e2fd7f3b4d57e381e5a2388916
This commit is contained in:
2024-07-29 11:01:23 +09:00
committed by codewalkerster
parent 053ad4b1c6
commit 394b4e6c98
2 changed files with 19 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ dtbo-y += \
pwm8.dtbo \
rknpu.dtbo \
spi0.dtbo \
ttyfiq0_115200.dtbo \
uart0-with-ctsrts.dtbo \
uart0.dtbo \
uart1.dtbo \

View File

@@ -0,0 +1,18 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2024 Hardkernel Co., Ltd.
*
*/
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&fiq_debugger>;
__overlay__ {
rockchip,baudrate = <115200>;
};
};
};