mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 15:12:59 +02:00
arm64: dts: rockchip: reference fiq debugger node for rk3308 fpga
Change-Id: Ib6fd9d2af2839e0806c6039da964ffc235d4ac9b Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
parent
1fa1133991
commit
67afe18758
|
|
@ -20,17 +20,12 @@ memory@00000000 {
|
|||
device_type = "memory";
|
||||
reg = <0x0 0x00200000 0x0 0x0FE00000>;
|
||||
};
|
||||
};
|
||||
|
||||
fiq_debugger: fiq-debugger {
|
||||
compatible = "rockchip,fiq-debugger";
|
||||
rockchip,serial-id = <1>;
|
||||
rockchip,wake-irq = <0>;
|
||||
rockchip,irq-mode-enable = <1>;
|
||||
rockchip,baudrate = <1500000>; /* Only 115200 and 1500000 */
|
||||
interrupts = <GIC_SPI 150 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&fiq_debugger {
|
||||
rockchip,serial-id = <1>;
|
||||
rockchip,irq-mode-enable = <1>;
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&cpu1 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user