Commit c08001b1 authored by Jérôme Pouiller's avatar Jérôme Pouiller Committed by Mahesh Mahadevan
Browse files

boards: silabs: Add internal board references



Yaml files allows the user to find the internal name for their board
using the "name" field.

In addition of the commercial names/references, Silabs boards have
internal board references. These references are not advertised, but can
be found printed on (every) boards.

It makes sense to add this reference to the Yaml file in case a user
would have the idea to grep it.

This patch also fixes some commercial names of very old boards.

Signed-off-by: default avatarJérôme Pouiller <jerome.pouiller@silabs.com>
parent 247ce6cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
identifier: slwrb4104a
name: EFR32BG13 2.4 GHz 10 dBm Radio Board (SLWRB4104A)
name: EFR32BG13 2.4 GHz 10 dBm Radio Board (SLWRB4104A, BRD4104A)
type: mcu
arch: arm
ram: 64
+1 −1
Original line number Diff line number Diff line
identifier: slwrb4161a
name: EFR32MG12 2.4 GHz 19 dBm Radio Board (SLWRB4161A)
name: EFR32MG12 2.4 GHz 19 dBm Radio Board (SLWRB4161A, BRD4161A)
type: mcu
arch: arm
ram: 256
+1 −1
Original line number Diff line number Diff line
identifier: slwrb4170a
name: EFR32MG12 2400/868-915 MHz 19 dBm Dual Band Radio Board (SLWRB4170A)
name: EFR32MG12 2400/868-915 MHz 19 dBm Dual Band Radio Board (SLWRB4170A, BRD4170A)
type: mcu
arch: arm
ram: 256
+1 −1
Original line number Diff line number Diff line
identifier: slwrb4180a
name: EFR32xG21 2.4 GHz 20 dBm Radio Board (SLWRB4180A)
name: EFR32xG21 2.4 GHz 20 dBm Radio Board (SLWRB4180A, BRD4180A)
type: mcu
arch: arm
ram: 96
+1 −1
Original line number Diff line number Diff line
identifier: slwrb4250b
name: EFR32FG 2400/868 MHz 13 dBm Dual Band Radio Board (SLWRB4250B)
name: EFR32FG 2400/868 MHz 13 dBm Dual Band Radio Board (SLWRB4250B,  BRD4250B)
type: mcu
arch: arm
ram: 32
Loading