diff options
author | Cédric Le Goater <clg@kaod.org> | 2017-03-22 17:04:43 +0100 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2017-04-07 11:50:28 +0930 |
commit | 1142aea9ff9d9f86fc88e6637f7c6edd25adc39c (patch) | |
tree | 0581ecf93ce3afe1cb0b5dca24f2334454c602d3 /arch | |
parent | 491bdcfa8c41995419a6719f83016d7a43008f38 (diff) | |
download | linux-stable-1142aea9ff9d9f86fc88e6637f7c6edd25adc39c.tar.gz linux-stable-1142aea9ff9d9f86fc88e6637f7c6edd25adc39c.tar.bz2 linux-stable-1142aea9ff9d9f86fc88e6637f7c6edd25adc39c.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts | 19 |
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 @@ }; }; +&fmc { + status = "okay"; + flash@0 { + status = "okay"; + label = "bmc"; + }; +}; + +&spi1 { + status = "okay"; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_spi1_default>; + + flash@0 { + status = "okay"; + label = "pnor"; + }; +}; + &uart5 { status = "okay"; }; |