Lines Matching +full:bank +full:- +full:name

1 CFI or JEDEC memory-mapped NOR flash, MTD-RAM (NVRAM...)
6 - compatible : should contain the specific model of mtd chip(s)
7 used, if known, followed by either "cfi-flash", "jedec-flash",
8 "mtd-ram" or "mtd-rom".
9 - reg : Address range(s) of the mtd chip(s)
11 non-identical chips can be described in one node.
12 - bank-width : Width (in bytes) of the bank. Equal to the
14 - device-width : (optional) Width of a single mtd chip. If
15 omitted, assumed to be equal to 'bank-width'.
16 - #address-cells, #size-cells : Must be present if the device has
17 sub-nodes representing partitions (see below). In this case
18 both #address-cells and #size-cells must be equal to 1.
19 - no-unaligned-direct-access: boolean to disable the default direct
24 By defining "no-unaligned-direct-access", the flash will not be
26 - linux,mtd-name: allow to specify the mtd name for retro capability with
27 physmap-flash drivers as boot loader pass the mtd partition via the old
28 device name physmap-flash.
29 - use-advanced-sector-protection: boolean to enable support for the
30 advanced sector protection (Spansion: PPB - Persistent Protection
32 - addr-gpios : (optional) List of GPIO descriptors that will be used to
38 - vendor-id : Contains the flash chip's vendor id (1 byte).
39 - device-id : Contains the flash chip's device id (1 byte).
41 For ROM compatible devices (and ROM fallback from cfi-flash), the following
44 - erase-size : The chip's physical erase block size in bytes.
47 little-endian or big-endian : It Represents the endianness that should be used
53 The device tree may optionally contain sub-nodes describing partitions of the
59 compatible = "amd,am29lv128ml", "cfi-flash";
61 bank-width = <4>;
62 device-width = <1>;
63 #address-cells = <1>;
64 #size-cells = <1>;
72 read-only;
79 #address-cells = <1>;
80 #size-cells = <1>;
81 compatible = "intel,PC48F4400P0VB", "cfi-flash";
84 bank-width = <2>;
86 label = "test-part1";
94 compatible = "samsung,k6f1616u6a", "mtd-ram";
96 bank-width = <2>;
99 An example using gpio-addrs
102 #address-cells = <1>;
103 #size-cells = <1>;
104 compatible = "cfi-flash", "jedec-flash";
108 bank-width = <2>;
109 addr-gpios = <&gpio1 2 GPIO_ACTIVE_HIGH>;
111 label = "test-part1";