mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: rk3588-linux: add debug and cspmu node
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com> Change-Id: I5b07ac30bb887edd36a7805bacfa7e1a47649665
This commit is contained in:
@@ -21,6 +21,30 @@
|
||||
pinctrl-0 = <&uart2m0_xfer>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
debug: debug@fd104000 {
|
||||
compatible = "rockchip,debug";
|
||||
reg = <0x0 0xfd104000 0x0 0x1000>,
|
||||
<0x0 0xfd105000 0x0 0x1000>,
|
||||
<0x0 0xfd106000 0x0 0x1000>,
|
||||
<0x0 0xfd107000 0x0 0x1000>,
|
||||
<0x0 0xfd124000 0x0 0x1000>,
|
||||
<0x0 0xfd125000 0x0 0x1000>,
|
||||
<0x0 0xfd126000 0x0 0x1000>,
|
||||
<0x0 0xfd127000 0x0 0x1000>;
|
||||
};
|
||||
|
||||
cspmu: cspmu@fd10c000 {
|
||||
compatible = "rockchip,cspmu";
|
||||
reg = <0x0 0xfd10c000 0x0 0x1000>,
|
||||
<0x0 0xfd10d000 0x0 0x1000>,
|
||||
<0x0 0xfd10e000 0x0 0x1000>,
|
||||
<0x0 0xfd10f000 0x0 0x1000>,
|
||||
<0x0 0xfd12c000 0x0 0x1000>,
|
||||
<0x0 0xfd12d000 0x0 0x1000>,
|
||||
<0x0 0xfd12e000 0x0 0x1000>,
|
||||
<0x0 0xfd12f000 0x0 0x1000>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user