mirror of
https://gitlab.com/arm-research/smarter/smarter-device-manager.git
synced 2024-11-21 18:23:34 +00:00
8a81ecce8b
Signed-off-by: Eric Van Hensbergen <eric.vanhensbergen@arm.com>
26 lines
602 B
YAML
26 lines
602 B
YAML
- devicematch: ^snd$
|
|
nummaxdevices: 20
|
|
- devicematch: ^gpiomem$
|
|
nummaxdevices: 40
|
|
- devicematch: ^gpiochip[0-9]*$
|
|
nummaxdevices: 20
|
|
- devicematch: ^hci[0-9]*$
|
|
nummaxdevices: 1
|
|
- devicematch: ^i2c-[0-9]*$
|
|
nummaxdevices: 1
|
|
- devicematch: ^rtc0$
|
|
nummaxdevices: 20
|
|
- devicematch: ^video[0-9]*$
|
|
nummaxdevices: 20
|
|
- devicematch: ^vchiq$
|
|
nummaxdevices: 20
|
|
- devicematch: ^vcsm.*$
|
|
nummaxdevices: 20
|
|
- devicematch: ^ttyUSB[0-9]*$
|
|
nummaxdevices: 1
|
|
- devicematch: ^ttyACM[0-9]*$
|
|
nummaxdevices: 1
|
|
- devicematch: ^ttyTHS[0-9]*$
|
|
nummaxdevices: 1
|
|
- devicematch: ^ttyS[0-9]*$
|
|
nummaxdevices: 1 |