]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blob - arch/arm64/boot/dts/tegra210-platforms/tegra210-hawkeye-comms.dtsi
arm64: dts: Update wifi firmware/nvram path for T210 platforms
[sojka/nv-tegra/linux-3.10.git] / arch / arm64 / boot / dts / tegra210-platforms / tegra210-hawkeye-comms.dtsi
1 #include "tegra210-comms.dtsi"
2
3 / {
4         bcm4329_wlan2_ {
5                 compatible = "nvidia,tegra-bcmdhd2-wlan";
6                 interrupt-parent = <&gpio>;
7                 interrupts = <TEGRA_GPIO(I, 1) 0x14>;
8                 wlan-pwr-gpio = <&gpio TEGRA_GPIO(I, 0) 0>;
9 /*
10                 wlan-rst-gpio = <&gpio TEGRA_GPIO(I, xxx) 0>;
11 */
12                 status = "disabled";
13         };
14
15         bcmdhd_wlan {
16                 /* wifi MAC address */
17                 mac-address-chosen-dtb-node = "nvidia,wifi-mac";
18                 mac-address-file = "/mnt/factory/wifi/wifi_mac.txt";
19                 fw_path = "/system/vendor/firmware/fw_bcmdhd.bin";
20                 nv_path = "/system/etc/nvram_hawkeye_4354.txt";
21                 country_code_map {
22                         CC1 {
23                                 iso_abbrev = "XV";
24                                 custom_locale = "XV";
25                                 custom_locale_rev = <998>;
26                         };
27                         CC2 {
28                                 iso_abbrev = "US";
29                                 custom_locale = "Q2";
30                                 custom_locale_rev = <998>;
31                         };
32                         CC3 {
33                                 iso_abbrev = "CA";
34                                 custom_locale = "Q2";
35                                 custom_locale_rev = <998>;
36                         };
37                         CC4 {
38                                 iso_abbrev = "AT";
39                                 custom_locale = "E0";
40                                 custom_locale_rev = <53>;
41                         };
42                         CC5 {
43                                 iso_abbrev = "BE";
44                                 custom_locale = "E0";
45                                 custom_locale_rev = <53>;
46                         };
47                         CC6 {
48                                 iso_abbrev = "BG";
49                                 custom_locale = "E0";
50                                 custom_locale_rev = <53>;
51                         };
52                         CC7 {
53                                 iso_abbrev = "HR";
54                                 custom_locale = "E0";
55                                 custom_locale_rev = <53>;
56                         };
57                         CC8 {
58                                 iso_abbrev = "CZ";
59                                 custom_locale = "E0";
60                                 custom_locale_rev = <53>;
61                         };
62                         CC9 {
63                                 iso_abbrev = "DK";
64                                 custom_locale = "E0";
65                                 custom_locale_rev = <53>;
66                         };
67                         CC10 {
68                                 iso_abbrev = "FR";
69                                 custom_locale = "E0";
70                                 custom_locale_rev = <53>;
71                         };
72                         CC11 {
73                                 iso_abbrev = "DE";
74                                 custom_locale = "E0";
75                                 custom_locale_rev = <53>;
76                         };
77                         CC12 {
78                                 iso_abbrev = "GR";
79                                 custom_locale = "E0";
80                                 custom_locale_rev = <53>;
81                         };
82                         CC13 {
83                                 iso_abbrev = "HU";
84                                 custom_locale = "E0";
85                                 custom_locale_rev = <53>;
86                         };
87                         CC14 {
88                                 iso_abbrev = "IT";
89                                 custom_locale = "E0";
90                                 custom_locale_rev = <53>;
91                         };
92                         CC15 {
93                                 iso_abbrev = "NL";
94                                 custom_locale = "E0";
95                                 custom_locale_rev = <53>;
96                         };
97                         CC16 {
98                                 iso_abbrev = "NO";
99                                 custom_locale = "E0";
100                                 custom_locale_rev = <53>;
101                         };
102                         CC17 {
103                                 iso_abbrev = "PL";
104                                 custom_locale = "E0";
105                                 custom_locale_rev = <53>;
106                         };
107                         CC18 {
108                                 iso_abbrev = "PT";
109                                 custom_locale = "E0";
110                                 custom_locale_rev = <53>;
111                         };
112                         CC19 {
113                                 iso_abbrev = "RO";
114                                 custom_locale = "E0";
115                                 custom_locale_rev = <53>;
116                         };
117                         CC20 {
118                                 iso_abbrev = "SK";
119                                 custom_locale = "E0";
120                                 custom_locale_rev = <53>;
121                         };
122                         CC21 {
123                                 iso_abbrev = "ES";
124                                 custom_locale = "E0";
125                                 custom_locale_rev = <53>;
126                         };
127                         CC22 {
128                                 iso_abbrev = "SE";
129                                 custom_locale = "E0";
130                                 custom_locale_rev = <53>;
131                         };
132                         CC23 {
133                                 iso_abbrev = "CH";
134                                 custom_locale = "E0";
135                                 custom_locale_rev = <53>;
136                         };
137                         CC24 {
138                                 iso_abbrev = "GB";
139                                 custom_locale = "E0";
140                                 custom_locale_rev = <53>;
141                         };
142                         CC25 {
143                                 iso_abbrev = "EU";
144                                 custom_locale = "E0";
145                                 custom_locale_rev = <53>;
146                         };
147                         CC26 {
148                                 iso_abbrev = "E0";
149                                 custom_locale = "E0";
150                                 custom_locale_rev = <53>;
151                         };
152                 };
153         };
154 };