9
0
Fork 0

ARM: dts: socfpga: add qspi node

Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Steffen Trumtrar 2015-05-28 17:56:02 +02:00 committed by Sascha Hauer
parent 51de1b3c40
commit b9430c291e
1 changed files with 14 additions and 0 deletions

View File

@ -587,6 +587,20 @@
status = "disabled";
};
qspi: spi@ff705000 {
compatible = "cdns,qspi-nor";
#address-cells = <1>;
#size-cells = <0>;
reg = <0xff705000 0x1000>,
<0xffa00000 0x1000>;
interrupts = <0 151 4>;
ext-decoder = <0>; /* external decoder */
fifo-depth = <128>;
clocks = <&qspi_clk>;
clock-names = "qspi_clk";
status = "disabled";
};
/* Local timer */
timer@fffec600 {
compatible = "arm,cortex-a9-twd-timer";