mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
arm64: dts: rockchip: Add fiq debugger node for rk3308
Change-Id: Ie64336bd0046c1a5619e243775ed6807b0568118 Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
parent
157f450809
commit
1fa1133991
|
|
@ -81,6 +81,18 @@ display_subsystem: display-subsystem {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
fiq_debugger: fiq-debugger {
|
||||
compatible = "rockchip,fiq-debugger";
|
||||
rockchip,serial-id = <2>;
|
||||
rockchip,wake-irq = <0>;
|
||||
rockchip,irq-mode-enable = <0>;
|
||||
rockchip,baudrate = <1500000>; /* Only 115200 and 1500000 */
|
||||
interrupts = <GIC_SPI 116 IRQ_TYPE_LEVEL_HIGH>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart2m1_xfer>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
psci {
|
||||
compatible = "arm,psci-1.0";
|
||||
method = "smc";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user