Commit 6700acf6 authored by Cédric Le Goater's avatar Cédric Le Goater Committed by Joel Stanley

ARM: dts: ast2600-evb: Enable FMC and SPI devices

Signed-off-by: default avatarCédric Le Goater <clg@kaod.org>
Acked-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 8db6997f
...@@ -84,3 +84,27 @@ &emmc { ...@@ -84,3 +84,27 @@ &emmc {
&rtc { &rtc {
status = "okay"; status = "okay";
}; };
&fmc {
status = "okay";
flash@0 {
status = "okay";
m25p,fast-read;
label = "bmc";
spi-max-frequency = <50000000>;
#include "openbmc-flash-layout.dtsi"
};
};
&spi1 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_spi1_default>;
flash@0 {
status = "okay";
m25p,fast-read;
label = "pnor";
spi-max-frequency = <100000000>;
};
};
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