Skip to content

Commit 532efea

Browse files
dhsu-nordicrlubos
authored andcommitted
[nrf fromtree] dts: bindings: arm: Add nordic,nrf-wicr binding
Add DTS binding for Wi-Fi Information Configuration Registers. Signed-off-by: Dhanoo Surasarang <dhanoo.surasarang@nordicsemi.no> (cherry picked from commit 2cdfc6ff36d178f2a3ee49e265593e3fbcbfa836)
1 parent 2621df8 commit 532efea

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Copyright (c) 2026 Nordic Semiconductor ASA
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: Nordic WICR (Wi-Fi Information Configuration Registers)
5+
6+
compatible: "nordic,nrf-wicr"
7+
8+
include: base.yaml
9+
10+
properties:
11+
reg:
12+
required: true
13+
14+
firmware-lmacinitpc:
15+
type: phandle
16+
description: |
17+
Phandle to boot address for LMAC processor.
18+
19+
firmware-umacinitpc:
20+
type: phandle
21+
description: |
22+
Phandle to boot address for UMAC processor.
23+
24+
firmware-lmacrompatchaddr:
25+
type: phandle
26+
description: |
27+
Phandle to address in MRAM for LMAC ROM patch.
28+
29+
firmware-umacrompatchaddr:
30+
type: phandle
31+
description: |
32+
Phandle to address in MRAM for UMAC ROM patch.
33+
34+
ipcconfig-commandmbox:
35+
type: phandle
36+
description: |
37+
Phandle to shared-memory region used as command mailbox.
38+
39+
ipcconfig-eventmbox:
40+
type: phandle
41+
description: |
42+
Phandle to shared-memory region used as event mailbox.
43+
44+
ipcconfig-sparembox:
45+
type: phandle
46+
description: |
47+
Phandle to shared-memory region used as spare mailbox.

0 commit comments

Comments
 (0)