mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
@@ -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)>,
|
||||
|
||||
Reference in New Issue
Block a user