projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7709c33
)
ARM: shmobile: bockw reference dts: Add SPI FLASH
author
Geert Uytterhoeven
<
[email protected]
>
Fri, 14 Mar 2014 10:06:41 +0000
(11:06 +0100)
committer
Simon Horman
<
[email protected]
>
Mon, 14 Apr 2014 02:31:14 +0000
(11:31 +0900)
Add Spansion s25fl008k SPI FLASH and MTD partition, based on bockw legacy
board code.
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Tested-by: Kuninori Morimoto <
[email protected]
>
Signed-off-by: Simon Horman <
[email protected]
>
arch/arm/boot/dts/r8a7778-bockw-reference.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/r8a7778-bockw-reference.dts
b/arch/arm/boot/dts/r8a7778-bockw-reference.dts
index 06cda19dac6a6dccef649109ca17eb4528327dc7..f76f6ec01e194c669ef0bcc055e78b20d602086a 100644
(file)
--- a/
arch/arm/boot/dts/r8a7778-bockw-reference.dts
+++ b/
arch/arm/boot/dts/r8a7778-bockw-reference.dts
@@
-109,4
+109,18
@@
pinctrl-0 = <&hspi0_pins>;
pinctrl-names = "default";
status = "okay";
+
+ flash: flash@0 {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ compatible = "spansion,s25fl008k";
+ reg = <0>;
+ spi-max-frequency = <104000000>;
+ m25p,fast-read;
+
+ partition@0 {
+ label = "data(spi)";
+ reg = <0x00000000 0x00100000>;
+ };
+ };
};