Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: aspeed-g4: Add all flash chips

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>

+20
+20
arch/arm/boot/dts/aspeed-g4.dtsi
··· 67 67 compatible = "jedec,spi-nor"; 68 68 status = "disabled"; 69 69 }; 70 + flash@1 { 71 + reg = < 1 >; 72 + compatible = "jedec,spi-nor"; 73 + status = "disabled"; 74 + }; 75 + flash@2 { 76 + reg = < 2 >; 77 + compatible = "jedec,spi-nor"; 78 + status = "disabled"; 79 + }; 80 + flash@3 { 81 + reg = < 3 >; 82 + compatible = "jedec,spi-nor"; 83 + status = "disabled"; 84 + }; 85 + flash@4 { 86 + reg = < 4 >; 87 + compatible = "jedec,spi-nor"; 88 + status = "disabled"; 89 + }; 70 90 }; 71 91 72 92 spi: spi@1e630000 {