@@ -34,71 +34,13 @@ documents:
34
34
Supported Features
35
35
==================
36
36
37
- The board configuration supports the following hardware features:
38
-
39
- +-----------+------------+-------------------------------------+
40
- | Interface | Controller | Driver/Component |
41
- +===========+============+=====================================+
42
- | MPU | on-chip | memory protection unit |
43
- +-----------+------------+-------------------------------------+
44
- | NVIC | on-chip | nested vector interrupt controller |
45
- +-----------+------------+-------------------------------------+
46
- | SYSTICK | on-chip | systick |
47
- +-----------+------------+-------------------------------------+
48
- | COUNTER | on-chip | stimer |
49
- +-----------+------------+-------------------------------------+
50
- | FLASH | on-chip | flash memory |
51
- +-----------+------------+-------------------------------------+
52
- | GPIO | on-chip | gpio |
53
- +-----------+------------+-------------------------------------+
54
- | UART | on-chip | serial |
55
- +-----------+------------+-------------------------------------+
56
- | DMA | on-chip | ldma |
57
- +-----------+------------+-------------------------------------+
58
- | I2C | on-chip | i2c |
59
- +-----------+------------+-------------------------------------+
60
- | TRNG | on-chip | semailbox |
61
- +-----------+------------+-------------------------------------+
62
- | WATCHDOG | on-chip | watchdog |
63
- +-----------+------------+-------------------------------------+
64
- | ACMP | on-chip | comparator |
65
- +-----------+------------+-------------------------------------+
66
-
67
- Other hardware features are currently not supported by the port.
68
-
69
- Connections and IOs
70
- ===================
71
-
72
- In the following table, the column **Name ** contains Pin names. For example, PA2
73
- means Pin number 2 on PORTA, as used in the board's datasheets and manuals.
74
-
75
- +-------+-------------+-------------------------------------+
76
- | Name | Function | Usage |
77
- +=======+=============+=====================================+
78
- | PB2 | GPIO | LED0 |
79
- +-------+-------------+-------------------------------------+
80
- | PB4 | GPIO | LED1 |
81
- +-------+-------------+-------------------------------------+
82
- | PB1 | GPIO | Push Button 0 |
83
- +-------+-------------+-------------------------------------+
84
- | PB3 | GPIO | Push Button 1 |
85
- +-------+-------------+-------------------------------------+
86
- | PB0 | GPIO | Board Controller Enable |
87
- | | | VCOM_ENABLE |
88
- +-------+-------------+-------------------------------------+
89
- | PA8 | USART0_TX | UART Console VCOM_TX US0_TX |
90
- +-------+-------------+-------------------------------------+
91
- | PA9 | USART0_RX | UART Console VCOM_RX US0_RX |
92
- +-------+-------------+-------------------------------------+
93
-
94
- The default configuration can be found in
95
- :zephyr_file: `boards/silabs/radio_boards/xg24_rb4187c/xg24_rb4187c_defconfig `
37
+ .. zephyr :board-supported-hw ::
96
38
97
39
System Clock
98
40
============
99
41
100
- The EFR32MG24 SoC is configured to use the 39 MHz external oscillator on the
101
- board.
42
+ The EFR32MG24 SoC is configured to use the HFRCODPLL oscillator at 78 MHz as the system clock,
43
+ locked to the 39 MHz external crystal oscillator on the board.
102
44
103
45
Serial Port
104
46
===========
0 commit comments