aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Le Goater <clg@kaod.org>2017-03-22 12:04:43 -0400
committerJoel Stanley <joel@jms.id.au>2017-04-06 22:20:28 -0400
commit1142aea9ff9d9f86fc88e6637f7c6edd25adc39c (patch)
tree0581ecf93ce3afe1cb0b5dca24f2334454c602d3
parent491bdcfa8c41995419a6719f83016d7a43008f38 (diff)
ARM: dts: aspeed: Add SPI controller bindings to Romulus
Romulus systems have one MX25L25635 (32768 Kbytes) flash module for the BMC firmware and other MT25QL512A (65536 Kbytes) for the host. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Joel Stanley <joel@jms.id.au>
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts19
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
index 7a3b2b50c884..7a020440034a 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
@@ -31,6 +31,25 @@
31 }; 31 };
32}; 32};
33 33
34&fmc {
35 status = "okay";
36 flash@0 {
37 status = "okay";
38 label = "bmc";
39 };
40};
41
42&spi1 {
43 status = "okay";
44 pinctrl-names = "default";
45 pinctrl-0 = <&pinctrl_spi1_default>;
46
47 flash@0 {
48 status = "okay";
49 label = "pnor";
50 };
51};
52
34&uart5 { 53&uart5 {
35 status = "okay"; 54 status = "okay";
36}; 55};