arm64: dts: rockchip: add soc_bus support for px30.

Change-Id: I22c0865b2624c43e2b338dd055c266b4562c8213
Signed-off-by: Tony Xie <tony.xie@rock-chips.com>
This commit is contained in:
Tony Xie
2018-04-23 19:21:44 +08:00
committed by Tao Huang
parent b66148ef0d
commit 486b994199

View File

@@ -218,6 +218,28 @@
>;
};
soc_bus: soc-bus {
compatible = "rockchip,px30-bus";
soc-bus0 {
bus-id = <0>;
timer-us = <20>;
enable-msk = <0x40f7>;
};
soc-bus1 {
bus-id = <1>;
timer-us = <200>;
enable-msk = <0x40bf>;
status = "disabled";
};
soc-bus2 {
bus-id = <2>;
timer-us = <200>;
enable-msk = <0x4007>;
status = "disabled";
};
};
timer {
compatible = "arm,armv8-timer";
interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>,