mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 18:19:28 +09:00
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:
@@ -15,6 +15,7 @@ dtbo-y += \
|
||||
pwm8.dtbo \
|
||||
rknpu.dtbo \
|
||||
spi0.dtbo \
|
||||
ttyfiq0_115200.dtbo \
|
||||
uart0-with-ctsrts.dtbo \
|
||||
uart0.dtbo \
|
||||
uart1.dtbo \
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user