ARM: dts: aspeed-g4: Add all flash chips
authorJoel Stanley <joel@jms.id.au>
Thu, 5 Sep 2019 00:02:20 +0000 (17:02 -0700)
committerJoel Stanley <joel@jms.id.au>
Thu, 5 Sep 2019 00:34:31 +0000 (17:34 -0700)
The FMC supports five chip selects, so describe the five possible flash
chips.

Reviewed-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-g4.dtsi

index e465cda..dffb595 100644 (file)
                                compatible = "jedec,spi-nor";
                                status = "disabled";
                        };
+                       flash@1 {
+                               reg = < 1 >;
+                               compatible = "jedec,spi-nor";
+                               status = "disabled";
+                       };
+                       flash@2 {
+                               reg = < 2 >;
+                               compatible = "jedec,spi-nor";
+                               status = "disabled";
+                       };
+                       flash@3 {
+                               reg = < 3 >;
+                               compatible = "jedec,spi-nor";
+                               status = "disabled";
+                       };
+                       flash@4 {
+                               reg = < 4 >;
+                               compatible = "jedec,spi-nor";
+                               status = "disabled";
+                       };
                };
 
                spi: spi@1e630000 {