diff --git a/boards/riscv/rv32m1_vega/doc/index.rst b/boards/riscv/rv32m1_vega/doc/index.rst index 4a6cef8fb09..acb6f33620c 100644 --- a/boards/riscv/rv32m1_vega/doc/index.rst +++ b/boards/riscv/rv32m1_vega/doc/index.rst @@ -90,6 +90,8 @@ the following hardware features: +-----------+------------+-------------------------------------+ | SPI | on-chip | spi | +-----------+------------+-------------------------------------+ +| TPM | on-chip | pwm | ++-----------+------------+-------------------------------------+ | SENSOR | off-chip | fxos8700 polling; | | | | fxos8700 trigger; | +-----------+------------+-------------------------------------+ @@ -114,6 +116,8 @@ supports the following hardware features: +-----------+------------+-------------------------------------+ | I2C(M) | on-chip | i2c | +-----------+------------+-------------------------------------+ +| TPM | on-chip | pwm | ++-----------+------------+-------------------------------------+ | SENSOR | off-chip | fxos8700 polling; | | | | fxos8700 trigger; | +-----------+------------+-------------------------------------+ diff --git a/boards/riscv/rv32m1_vega/rv32m1_vega_ri5cy.yaml b/boards/riscv/rv32m1_vega/rv32m1_vega_ri5cy.yaml index d81a1ad53e3..18e5c433d8d 100644 --- a/boards/riscv/rv32m1_vega/rv32m1_vega_ri5cy.yaml +++ b/boards/riscv/rv32m1_vega/rv32m1_vega_ri5cy.yaml @@ -10,4 +10,5 @@ supported: - arduino_i2c - arduino_spi - i2c + - pwm - spi diff --git a/boards/riscv/rv32m1_vega/rv32m1_vega_zero_riscy.yaml b/boards/riscv/rv32m1_vega/rv32m1_vega_zero_riscy.yaml index 3bf4ee6f2ee..417077d38d3 100644 --- a/boards/riscv/rv32m1_vega/rv32m1_vega_zero_riscy.yaml +++ b/boards/riscv/rv32m1_vega/rv32m1_vega_zero_riscy.yaml @@ -9,3 +9,4 @@ supported: - arduino_gpio - arduino_i2c - i2c + - pwm