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:
parent
d011e782c7
commit
1d50dd5a38
3 changed files with 14 additions and 0 deletions
|
@ -21,4 +21,10 @@ config PINMUX_TELINK_B91
|
||||||
config SOC_FLASH_TELINK_B91
|
config SOC_FLASH_TELINK_B91
|
||||||
default y if FLASH
|
default y if FLASH
|
||||||
|
|
||||||
|
config IEEE802154_TELINK_B91
|
||||||
|
default y if IEEE802154
|
||||||
|
|
||||||
|
config NET_CONFIG_IEEE802154_DEV_NAME
|
||||||
|
default "IEEE802154_b91"
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -65,6 +65,8 @@ The Zephyr TLSR9518ADK80D board configuration supports the following hardware fe
|
||||||
+----------------+------------+------------------------------+
|
+----------------+------------+------------------------------+
|
||||||
| FLASH (MSPI) | on-chip | flash |
|
| FLASH (MSPI) | on-chip | flash |
|
||||||
+----------------+------------+------------------------------+
|
+----------------+------------+------------------------------+
|
||||||
|
| RADIO | on-chip | ieee802154, OpenThread |
|
||||||
|
+----------------+------------+------------------------------+
|
||||||
|
|
||||||
The following example projects are supported:
|
The following example projects are supported:
|
||||||
|
|
||||||
|
@ -81,6 +83,8 @@ The following example projects are supported:
|
||||||
- samples/subsys/shell/shell_module
|
- samples/subsys/shell/shell_module
|
||||||
- samples/subsys/cpp/cpp_synchronization
|
- samples/subsys/cpp/cpp_synchronization
|
||||||
- samples/drivers/flash_shell
|
- samples/drivers/flash_shell
|
||||||
|
- samples/net/sockets/echo_client (OpenThread and IEEE802154)
|
||||||
|
- samples/net/sockets/echo_server (OpenThread and IEEE802154)
|
||||||
|
|
||||||
.. note::
|
.. 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.
|
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.
|
||||||
|
|
|
@ -95,6 +95,10 @@
|
||||||
pinctrl-0 = <&uart0_tx_pb2 &uart0_rx_pb3>;
|
pinctrl-0 = <&uart0_tx_pb2 &uart0_rx_pb3>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&ieee802154 {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&flash_mspi {
|
&flash_mspi {
|
||||||
partitions {
|
partitions {
|
||||||
compatible = "fixed-partitions";
|
compatible = "fixed-partitions";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue