mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00: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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue