mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ODROID-M2: dtb/dtbo: add to switch FIQ debug port to UART2
Change-Id: I2933f7ac226ecbf7fabc7ca06461aa43cb37f275
This commit is contained in:
@@ -5,6 +5,7 @@ dtbo-y += \
|
||||
can0.dtbo \
|
||||
dht11.dtbo \
|
||||
display_vu8s.dtbo \
|
||||
fiq0_to_uart2.dtbo \
|
||||
i2c0.dtbo \
|
||||
i2c1.dtbo \
|
||||
i2c2.dtbo \
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/{
|
||||
fragment@0 {
|
||||
target = <&fiq_debugger>;
|
||||
|
||||
__overlay__ {
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
fragment@1 {
|
||||
target = <&uart2>;
|
||||
|
||||
__overlay__ {
|
||||
status = "okay";
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart2m0_xfer>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user