]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: aspeed: Add SPI controller bindings to Romulus
authorCédric Le Goater <clg@kaod.org>
Wed, 22 Mar 2017 16:04:43 +0000 (17:04 +0100)
committerJoel Stanley <joel@jms.id.au>
Fri, 7 Apr 2017 02:20:28 +0000 (11:50 +0930)
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>
arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts

index 7a3b2b50c884fa73a06937caec86515ec4246994..7a020440034a37bf897949ae10e20a1160cf0e0f 100644 (file)
        };
 };
 
+&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";
 };