boards: arm: sam: Enable hwinfo on supported boards
Add hwinfo to the feature list of several SAM series boards. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
1e747eca0d
commit
04ea1ee1af
8 changed files with 11 additions and 0 deletions
|
@ -53,6 +53,8 @@ features:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| GPIO | on-chip | gpio |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| HWINFO | on-chip | Unique device serial number |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Other hardware features are not currently supported by Zephyr.
|
||||
|
||||
|
|
|
@ -14,3 +14,4 @@ supported:
|
|||
- xplained_i2c
|
||||
- xplained_serial
|
||||
- xplained_spi
|
||||
- hwinfo
|
||||
|
|
|
@ -67,6 +67,8 @@ features:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| CAN | on-chip | canbus |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| HWINFO | on-chip | Unique device serial number |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Other hardware features are not currently supported by Zephyr.
|
||||
|
||||
|
|
|
@ -19,3 +19,4 @@ supported:
|
|||
- pwm
|
||||
- can
|
||||
- canfd
|
||||
- hwinfo
|
||||
|
|
|
@ -16,3 +16,4 @@ supported:
|
|||
- watchdog
|
||||
- usb_device
|
||||
- pwm
|
||||
- hwinfo
|
||||
|
|
|
@ -73,6 +73,8 @@ features:
|
|||
+-----------+------------+-------------------------------------+
|
||||
| CAN-FD | on-chip | can |
|
||||
+-----------+------------+-------------------------------------+
|
||||
| HWINFO | on-chip | Unique device serial number |
|
||||
+-----------+------------+-------------------------------------+
|
||||
|
||||
Other hardware features are not currently supported by Zephyr.
|
||||
|
||||
|
|
|
@ -23,3 +23,4 @@ supported:
|
|||
- xpro_spi
|
||||
- can
|
||||
- canfd
|
||||
- hwinfo
|
||||
|
|
|
@ -21,3 +21,4 @@ supported:
|
|||
- xpro_i2c
|
||||
- xpro_serial
|
||||
- xpro_spi
|
||||
- hwinfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue