Lines Matching +full:chip +full:- +full:select
5 three chip selects, two of which are always of SPI type and the third
9 chip selects.
12 - compatible : Should be one of
13 "aspeed,ast2400-fmc" for the AST2400 Firmware Memory Controller
14 "aspeed,ast2400-spi" for the AST2400 SPI Flash memory Controller
15 "aspeed,ast2500-fmc" for the AST2500 Firmware Memory Controller
16 "aspeed,ast2500-spi" for the AST2500 SPI flash memory controllers
18 - reg : the first contains the control register location and length,
20 - #address-cells : must be 1 corresponding to chip select child binding
21 - #size-cells : must be 0 corresponding to chip select child binding
24 - interrupts : Should contain the interrupt for the dma device if an
28 property as specified in bindings/mtd/jedec,spi-nor.txt
32 - spi-max-frequency - max frequency of spi bus
37 compatible = "aspeed,ast2500-fmc";
40 #address-cells = <1>;
41 #size-cells = <0>;
45 compatible = "jedec,spi-nor";
46 /* spi-max-frequency = <>; */
47 /* m25p,fast-read; */
48 #address-cells = <1>;
49 #size-cells = <1>;