|
10 | 10 | soc {
|
11 | 11 | radio: radio@b0000000 {
|
12 | 12 | compatible = "silabs,series2-radio";
|
13 |
| - reg = <0xb0000000 0x1000000>; |
14 |
| - interrupts = <31 1>, <32 1>, <33 1>, <34 1>, <35 1>, <36 1>, |
15 |
| - <37 1>, <38 1>, <39 1>, <40 1>, <74 1>, <75 1>; |
| 13 | + reg = <0xb0000000 0x01000000>; |
16 | 14 | interrupt-names = "agc", "bufc", "frc_pri", "frc", "modem", "protimer",
|
17 |
| - "rac_rsm", "rac_seq", "hostmailbox", "synth", |
18 |
| - "rfeca0", "rfeca1"; |
| 15 | + "rac_rsm", "rac_seq", "hostmailbox", "synth", "rfeca0", |
| 16 | + "rfeca1"; |
| 17 | + interrupts = <31 1>, <32 1>, <33 1>, <34 1>, <35 1>, <36 1>, <37 1>, |
| 18 | + <38 1>, <39 1>, <40 1>, <74 1>, <75 1>; |
| 19 | + pa-2p4ghz = "highest"; |
19 | 20 | pa-initial-power-dbm = <10>;
|
20 | 21 | pa-ramp-time-us = <10>;
|
21 | 22 | pa-subghz = "highest";
|
22 | 23 | pa-voltage-mv = <3300>;
|
23 |
| - pa-2p4ghz = "highest"; |
24 |
| - |
25 |
| - bt_hci_silabs: bt_hci_silabs { |
26 |
| - compatible = "silabs,bt-hci-efr32"; |
27 |
| - status = "disabled"; |
28 |
| - }; |
29 | 24 |
|
30 | 25 | pti: pti {
|
31 | 26 | compatible = "silabs,pti";
|
|
0 commit comments