arm: dts: socfpga: Add OCRAM node
Add a 64KB ocram node for SOCFPGA. Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
This commit is contained in:
parent
f114040e3e
commit
8b907c8b62
@ -639,6 +639,11 @@
|
|||||||
clock-names = "biu", "ciu";
|
clock-names = "biu", "ciu";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
ocram: sram@ffff0000 {
|
||||||
|
compatible = "mmio-sram";
|
||||||
|
reg = <0xffff0000 0x10000>;
|
||||||
|
};
|
||||||
|
|
||||||
/* Local timer */
|
/* Local timer */
|
||||||
timer@fffec600 {
|
timer@fffec600 {
|
||||||
compatible = "arm,cortex-a9-twd-timer";
|
compatible = "arm,cortex-a9-twd-timer";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user