1/*
2 * Copyright (c) 2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* Common assignments for any nRF70 shield */
8
9/* D0 */
10iovdd-ctrl-gpios = <&arduino_header 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
11/* D1 */
12bucken-gpios = <&arduino_header 7 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>;
13/* D7 */
14host-irq-gpios = <&arduino_header 13 GPIO_ACTIVE_HIGH>;
15
16/* Short-range (SR) co-existence */
17/* D8 */
18srrf-switch-gpios = <&arduino_header 14 GPIO_ACTIVE_HIGH>;
19
20/* Maximum TX power limits for 2.4 GHz */
21wifi-max-tx-pwr-2g-dsss = <21>;
22wifi-max-tx-pwr-2g-mcs0 = <16>;
23wifi-max-tx-pwr-2g-mcs7 = <16>;
24
25/* List of interfaces */
26wlan0: wlan0 {
27	compatible = "nordic,wlan";
28};
29