boards: riscv: tlsr9518adk80d: add Telink B91 IEEE802154 driver support

Added IEEE802154 driver board support.

Signed-off-by: Yuriy Vynnychek <yura.vynnychek@telink-semi.com>
This commit is contained in:
Yuriy Vynnychek 2021-07-29 15:55:35 +03:00 committed by Carles Cufí
commit 1d50dd5a38
3 changed files with 14 additions and 0 deletions

View file

@ -21,4 +21,10 @@ config PINMUX_TELINK_B91
config SOC_FLASH_TELINK_B91
default y if FLASH
config IEEE802154_TELINK_B91
default y if IEEE802154
config NET_CONFIG_IEEE802154_DEV_NAME
default "IEEE802154_b91"
endif

View file

@ -65,6 +65,8 @@ The Zephyr TLSR9518ADK80D board configuration supports the following hardware fe
+----------------+------------+------------------------------+
| FLASH (MSPI) | on-chip | flash |
+----------------+------------+------------------------------+
| RADIO | on-chip | ieee802154, OpenThread |
+----------------+------------+------------------------------+
The following example projects are supported:
@ -81,6 +83,8 @@ The following example projects are supported:
- samples/subsys/shell/shell_module
- samples/subsys/cpp/cpp_synchronization
- samples/drivers/flash_shell
- samples/net/sockets/echo_client (OpenThread and IEEE802154)
- samples/net/sockets/echo_server (OpenThread and IEEE802154)
.. note::
To support "button" example project PC3-KEY3 (J20-19, J20-20) jumper needs to be removed and KEY3 (J20-19) should be connected to VDD3_DCDC (J51-13) externally.

View file

@ -95,6 +95,10 @@
pinctrl-0 = <&uart0_tx_pb2 &uart0_rx_pb3>;
};
&ieee802154 {
status = "okay";
};
&flash_mspi {
partitions {
compatible = "fixed-partitions";