12 lines
343 B
Plaintext
12 lines
343 B
Plaintext
/*
|
|
* Copyright (c) 2024 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
req-gpios = <&gpio0 28 GPIO_ACTIVE_HIGH>;
|
|
status0-gpios = <&gpio0 30 GPIO_ACTIVE_HIGH>;
|
|
grant-gpios = <&gpio0 24 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
|
|
swctrl1-gpios = <&gpio0 29 GPIO_ACTIVE_HIGH>;
|
|
srrf-switch-gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
|