ARM: dts: berlin2cd: add remaining Cortex-A9 nodes

This adds DT nodes for the Cortex-A9 MPCore SCU, local watchdog and
most importantly the global timer.

Signed-off-by: Alexander Monakov <amonakov@ispras.ru>
Signed-off-by: Jisheng Zhang <Jisheng.Zhang@synaptics.com>
This commit is contained in:
Alexander Monakov
2018-03-11 19:00:05 +03:00
committed by Jisheng Zhang
parent d9563271dc
commit cbde741d00

View File

@@ -109,6 +109,11 @@ l2: l2-cache-controller@ac0000 {
cache-level = <2>;
};
snoop-control-unit@ad0000 {
compatible = "arm,cortex-a9-scu";
reg = <0xad0000 0x100>;
};
gic: interrupt-controller@ad1000 {
compatible = "arm,cortex-a9-gic";
reg = <0xad1000 0x1000>, <0xad0100 0x0100>;
@@ -116,6 +121,13 @@ gic: interrupt-controller@ad1000 {
#interrupt-cells = <3>;
};
global-timer@ad0200 {
compatible = "arm,cortex-a9-global-timer";
reg = <0xad0200 0x20>;
interrupts = <GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_EDGE_RISING)>;
clocks = <&chip_clk CLKID_TWD>;
};
local-timer@ad0600 {
compatible = "arm,cortex-a9-twd-timer";
reg = <0xad0600 0x20>;
@@ -123,6 +135,13 @@ local-timer@ad0600 {
clocks = <&chip_clk CLKID_TWD>;
};
local-wdt@ad0620 {
compatible = "arm,cortex-a9-twd-wdt";
reg = <0xad0620 0x20>;
interrupts = <GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_EDGE_RISING)>;
clocks = <&chip_clk CLKID_TWD>;
};
usb_phy0: usb-phy@b74000 {
compatible = "marvell,berlin2cd-usb-phy";
reg = <0xb74000 0x128>;