From aa1650e179eb08d38494b20ccc3fab347fd054c0 Mon Sep 17 00:00:00 2001 From: David Wu Date: Wed, 7 Nov 2018 09:02:55 +0800 Subject: [PATCH] ARM: dts: Add fiq-debugger support for rk3036-kylin Change-Id: I2808a8e8a82e5ca31624436d876c5f0a9abdb957 Signed-off-by: David Wu --- arch/arm/boot/dts/rk3036-kylin.dts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/arch/arm/boot/dts/rk3036-kylin.dts b/arch/arm/boot/dts/rk3036-kylin.dts index 05415472859d..a942c18c2ed9 100644 --- a/arch/arm/boot/dts/rk3036-kylin.dts +++ b/arch/arm/boot/dts/rk3036-kylin.dts @@ -51,6 +51,20 @@ reg = <0x60000000 0x20000000>; }; + fiq-debugger { + compatible = "rockchip,fiq-debugger"; + interrupts = ; + rockchip,serial-id = <2>; + rockchip,wake-irq = <0>; + /* If enable uart uses irq instead of fiq */ + rockchip,irq-mode-enable = <0>; + /* Only 115200 and 1500000 */ + rockchip,baudrate = <115200>; + pinctrl-names = "default"; + pinctrl-0 = <&uart2_xfer>; + status = "okay"; + }; + leds: gpio-leds { compatible = "gpio-leds";