Lines Matching +full:nvmem +full:- +full:cells
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Toke Høiland-Jørgensen <toke@toke.dk>
18 - $ref: ieee80211.yaml#
23 - pci168c,0023 # AR5416
24 - pci168c,0024 # AR5418
25 - pci168c,0027 # AR9160
26 - pci168c,0029 # AR9220 and AR9223
27 - pci168c,002a # AR9280 and AR9283
28 - pci168c,002b # AR9285
29 - pci168c,002c # AR2427 - 802.11n bonded out
30 - pci168c,002d # AR9227
31 - pci168c,002e # AR9287
32 - pci168c,0030 # AR9380, AR9381 and AR9382
33 - pci168c,0032 # AR9485
34 - pci168c,0033 # AR9580 and AR9590
35 - pci168c,0034 # AR9462
36 - pci168c,0036 # AR9565
37 - pci168c,0037 # AR1111 and AR9485
45 ieee80211-freq-limit: true
47 qca,no-eeprom:
52 nvmem-cells:
54 - description: Reference to an nvmem node for the MAC address
55 - description: Reference to an nvmem node for calibration data
57 nvmem-cell-names:
59 - const: mac-address
60 - const: calibration
63 - compatible
64 - reg
69 - |
71 #address-cells = <3>;
72 #size-cells = <2>;
77 qca,no-eeprom;
80 - |
82 #address-cells = <3>;
83 #size-cells = <2>;
87 nvmem-cells = <&macaddr_art_c>, <&cal_art_1000>;
88 nvmem-cell-names = "mac-address", "calibration";