mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
arm64: dts: rk3399-sapphire-excavator-linux: add fiq_debugger node
Change-Id: I6d2c97a06a7c252eec47ab3b1e686b1799780171 Signed-off-by: Zorro Liu <lyx@rock-chips.com>
This commit is contained in:
@@ -49,6 +49,17 @@
|
||||
model = "Rockchip RK3399 Excavator Board (Linux Opensource)";
|
||||
compatible = "rockchip,rk3399-excavator-linux", "rockchip,rk3399";
|
||||
|
||||
fiq_debugger: fiq-debugger {
|
||||
compatible = "rockchip,fiq-debugger";
|
||||
rockchip,serial-id = <2>;
|
||||
rockchip,signal-irq = <182>;
|
||||
rockchip,wake-irq = <0>;
|
||||
rockchip,irq-mode-enable = <1>; /* If enable uart uses irq instead of fiq */
|
||||
rockchip,baudrate = <1500000>; /* Only 115200 and 1500000 */
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart2c_xfer>;
|
||||
};
|
||||
|
||||
edp_panel: edp-panel {
|
||||
compatible = "lg,lp079qx1-sp0v", "panel-simple";
|
||||
backlight = <&backlight>;
|
||||
|
||||
Reference in New Issue
Block a user