mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-16 06:51:41 +01:00
pinctrl: sandbox: add gpio onewire w1 group
Add onewire "w1" groups and pin function for onewire GPIOs in sandbox. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
This commit is contained in:
parent
d05266f7c5
commit
0523a6c6f7
@ -14,6 +14,7 @@ static const char * const sandbox_pins[] = {
|
||||
"SDA",
|
||||
"TX",
|
||||
"RX",
|
||||
"W1"
|
||||
};
|
||||
|
||||
static const char * const sandbox_groups[] = {
|
||||
@ -21,12 +22,14 @@ static const char * const sandbox_groups[] = {
|
||||
"serial_a",
|
||||
"serial_b",
|
||||
"spi",
|
||||
"w1",
|
||||
};
|
||||
|
||||
static const char * const sandbox_functions[] = {
|
||||
"i2c",
|
||||
"serial",
|
||||
"spi",
|
||||
"w1",
|
||||
};
|
||||
|
||||
static const struct pinconf_param sandbox_conf_params[] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user