Lines Matching +full:nvmem +full:- +full:cells +full:- +full:names
2 ---------------------------------
19 ../serial/slave-device.txt.
22 - compatible: should be one of the following:
24 "ti,wl1271-st"
25 "ti,wl1273-st"
26 "ti,wl1281-st"
27 "ti,wl1283-st"
28 "ti,wl1285-st"
29 "ti,wl1801-st"
30 "ti,wl1805-st"
31 "ti,wl1807-st"
32 "ti,wl1831-st"
33 "ti,wl1835-st"
34 "ti,wl1837-st"
37 - enable-gpios : GPIO signal controlling enabling of BT. Active high.
38 - vio-supply : Vio input supply (1.8V)
39 - vbat-supply : Vbat input supply (2.9-4.8V)
40 - clocks : Must contain an entry, for each entry in clock-names.
41 See ../clocks/clock-bindings.txt for details.
42 - clock-names : Must include the following entry:
44 - nvmem-cells: phandle to nvmem data cell that contains a 6 byte BD address
45 with the most significant byte first (big-endian).
46 - nvmem-cell-names: "bd-address" (required when nvmem-cells is specified)
54 compatible = "ti,wl1835-st";
55 enable-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
57 clock-names = "ext_clock";
58 nvmem-cells = <&bd_address>;
59 nvmem-cell-names = "bd-address";