xref: /illumos-gate/usr/src/uts/common/io/gpio/gpio_sim.conf (revision fd71220ba0fafcc9cf5ea0785db206f3f31336e7)
1*fd71220bSRobert Mustacchi#
2*fd71220bSRobert Mustacchi# This file and its contents are supplied under the terms of the
3*fd71220bSRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0.
4*fd71220bSRobert Mustacchi# You may only use this file in accordance with the terms of version
5*fd71220bSRobert Mustacchi# 1.0 of the CDDL.
6*fd71220bSRobert Mustacchi#
7*fd71220bSRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this
8*fd71220bSRobert Mustacchi# source.  A copy of the CDDL is also available via the Internet at
9*fd71220bSRobert Mustacchi# http://www.illumos.org/license/CDDL.
10*fd71220bSRobert Mustacchi#
11*fd71220bSRobert Mustacchi
12*fd71220bSRobert Mustacchi#
13*fd71220bSRobert Mustacchi# Copyright 2022 Oxide Computer Company
14*fd71220bSRobert Mustacchi#
15*fd71220bSRobert Mustacchi
16*fd71220bSRobert Mustacchi#
17*fd71220bSRobert Mustacchi# We create three instances of the gpio sim driver as part of the broader GPIO
18*fd71220bSRobert Mustacchi# test suite functionality. All of the GPIOs are the same on each controller.
19*fd71220bSRobert Mustacchi#
20*fd71220bSRobert Mustacchi
21*fd71220bSRobert Mustacchiname="gpio_sim" parent="pseudo" instance=0;
22*fd71220bSRobert Mustacchiname="gpio_sim" parent="pseudo" instance=1;
23*fd71220bSRobert Mustacchiname="gpio_sim" parent="pseudo" instance=2;
24