2 Star 2 Fork 0

ZCAN-IOT/zephyr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nrf52833dk_nrf52833.overlay 880 Bytes
一键复制 编辑 原始数据 按行查看 历史
Nazar Kazakov 提交于 2022-03-17 05:07 +08:00 . everywhere: fix typos
/*
* Copyright (c) 2022 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
&radio {
status = "okay";
/* This is a number of antennas that are available on antenna matrix
* designed by Nordic. For more information see README.rst.
*/
dfe-antenna-num = <12>;
/* This is a setting that enables antenna 12 (in antenna matrix designed
* by Nordic) for Rx PDU. For more information see README.rst.
*/
dfe-pdu-antenna = <0x0>;
/* These are GPIO pin numbers that are provided to
* Radio peripheral. The pins will be acquired by Radio to
* drive antenna switching when AoA is enabled.
* Pin numbers are selected to drive switches on antenna matrix
* designed by Nordic. For more information see README.rst.
*/
dfegpio0-gpios = <&gpio0 3 0>;
dfegpio1-gpios = <&gpio0 4 0>;
dfegpio2-gpios = <&gpio0 28 0>;
dfegpio3-gpios = <&gpio0 29 0>;
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ZCAN-IOT/zephyr.git
git@gitee.com:ZCAN-IOT/zephyr.git
ZCAN-IOT
zephyr
zephyr
main

搜索帮助