Skip to content

Commit

Permalink
arm: dts: socfpga: Add OCRAM node
Browse files Browse the repository at this point in the history
Add a 64KB ocram node for SOCFPGA.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
  • Loading branch information
Dinh Nguyen committed Nov 21, 2014
1 parent f114040 commit 8b907c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/socfpga.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,11 @@
clock-names = "biu", "ciu";
};

ocram: sram@ffff0000 {
compatible = "mmio-sram";
reg = <0xffff0000 0x10000>;
};

/* Local timer */
timer@fffec600 {
compatible = "arm,cortex-a9-twd-timer";
Expand Down

0 comments on commit 8b907c8

Please sign in to comment.