Commit cbde741d authored by Alexander Monakov's avatar Alexander Monakov Committed by Jisheng Zhang

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: default avatarAlexander Monakov <amonakov@ispras.ru>
Signed-off-by: default avatarJisheng Zhang <Jisheng.Zhang@synaptics.com>
parent d9563271
......@@ -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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment