mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
arm64: dts: rockchip: rk3568-linux: add debug and cspmu
debug node is external debug cspmu is coresight pmu Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com> Change-Id: I4cfb9cb3c40fa5bce8feb868432ed5210783cdd5
This commit is contained in:
@@ -36,6 +36,22 @@
|
||||
pmsg-size = <0x50000>;
|
||||
};
|
||||
};
|
||||
|
||||
debug: debug@fd904000 {
|
||||
compatible = "rockchip,debug";
|
||||
reg = <0x0 0xfd904000 0x0 0x1000>,
|
||||
<0x0 0xfd905000 0x0 0x1000>,
|
||||
<0x0 0xfd906000 0x0 0x1000>,
|
||||
<0x0 0xfd907000 0x0 0x1000>;
|
||||
};
|
||||
|
||||
cspmu: cspmu@fd90c000 {
|
||||
compatible = "rockchip,cspmu";
|
||||
reg = <0x0 0xfd90c000 0x0 0x1000>,
|
||||
<0x0 0xfd90d000 0x0 0x1000>,
|
||||
<0x0 0xfd90e000 0x0 0x1000>,
|
||||
<0x0 0xfd90f000 0x0 0x1000>;
|
||||
};
|
||||
};
|
||||
|
||||
&rng {
|
||||
|
||||
Reference in New Issue
Block a user