zephyr/boards/arm/atsamd21_xpro/atsamd21_xpro.yaml
Stephanos Ioannidis 0cb8c50238 boards: atsamd21_xpro: Support driving on-board LED with PWM
This commit adds the PWM LED definition in the board device tree for
the on-board LED connected to the pin PB30.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2020-07-02 08:39:33 -04:00

23 lines
327 B
YAML

# Copyright (c) 2018 Bryan O'Donoghue
# SPDX-License-Identifier: Apache-2.0
identifier: atsamd21_xpro
name: SAM D21 Xplained Pro
type: mcu
arch: arm
ram: 32
flash: 256
toolchain:
- zephyr
- gnuarmemb
- xtools
supported:
- adc
- counter
- dma
- gpio
- i2c
- pwm
- spi
- usb_cdc
- usb_device
- watchdog