mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 11:38:51 +01:00
Merge "ipq806x: Added ar8033_gpio entry in AP160.2 board"
This commit is contained in:
commit
dcf42096fc
1 changed files with 17 additions and 0 deletions
|
|
@ -63,4 +63,21 @@
|
|||
};
|
||||
};
|
||||
|
||||
ar8033_gpio {
|
||||
gpio2 {
|
||||
gpio = <2>;
|
||||
func = <0>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
gpio66 {
|
||||
gpio = <66>;
|
||||
func = <0>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_16MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue