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:
Huibin Hong
2020-12-03 15:35:25 +08:00
committed by Tao Huang
parent 0228b49dd5
commit 85f16cac11

View File

@@ -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 {