Lines Matching +full:a +full:- +full:child +full:- +full:node +full:- +full:property
9 Property: ranges
11 Value type: <prop-encoded-array> encoded as arbitrary number of localbus
14 Description: ranges property defines values used for mapping devices
18 a) child node address-cells:
19 - first cell: number of bank (chip select)
20 - second cell: (Marvell devices) Target ID for decoding
23 b) parent node address cells:
24 - address offset: used with parent's node base address to
27 c) child node size-cells:
28 - size: defines amount of memory that should be reserved for
31 1.2 bank-count
33 Property: bank-count
37 Description: The bank_count property defines maximum number of banks on
38 localbus node. Bank is most often interpreted as device chip
44 #address-cells = <2>;
45 #size-cells = <1>;
47 bank-count = <5>;
60 Property: reg
62 Value type: <prop-encoded-array>
64 Description: A standard property required for localbus child nodes. Defines
67 a) first cell: number of bank (chip select)
78 #address-cells = <1>;
79 #size-cells = <1>;
80 compatible = "cfi-flash";