Commit 8b907c8b authored by Dinh Nguyen's avatar Dinh Nguyen

arm: dts: socfpga: Add OCRAM node

Add a 64KB ocram node for SOCFPGA.
Signed-off-by: default avatarDinh Nguyen <dinguyen@opensource.altera.com>
parent f114040e
......@@ -639,6 +639,11 @@ mmc: dwmmc0@ff704000 {
clock-names = "biu", "ciu";
};
ocram: sram@ffff0000 {
compatible = "mmio-sram";
reg = <0xffff0000 0x10000>;
};
/* Local timer */
timer@fffec600 {
compatible = "arm,cortex-a9-twd-timer";
......
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