Lines Matching +full:ready +full:- +full:gpios
4 - compatible: "nxp,lpc3220-slc"
5 - reg: Address and size of the controller
6 - nand-on-flash-bbt: Use bad block table on flash
7 - gpios: GPIO specification for NAND write protect
11 - nxp,wdr-clks: Delay before Ready signal is tested on write (W_RDY)
12 - nxp,rdr-clks: Delay before Ready signal is tested on read (R_RDY)
15 - nxp,wwidth: Write pulse width (W_WIDTH)
16 - nxp,whold: Write hold time (W_HOLD)
17 - nxp,wsetup: Write setup time (W_SETUP)
18 - nxp,rwidth: Read pulse width (R_WIDTH)
19 - nxp,rhold: Read hold time (R_HOLD)
20 - nxp,rsetup: Read setup time (R_SETUP)
23 - Partitions, see Documentation/devicetree/bindings/mtd/mtd.yaml
28 compatible = "nxp,lpc3220-slc";
30 #address-cells = <1>;
31 #size-cells = <1>;
33 nxp,wdr-clks = <14>;
37 nxp,rdr-clks = <14>;
41 nand-on-flash-bbt;
42 gpios = <&gpio 5 19 1>; /* GPO_P3 19, active low */
45 label = "phy3250-boot";
47 read-only;