mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-09 18:58:18 +01:00
Merge "ipq806x: 8033 PHY reset through GPIO32 for the 11ad dock"
This commit is contained in:
commit
5e8f1fcc51
1 changed files with 23 additions and 0 deletions
|
|
@ -23,4 +23,27 @@
|
|||
console = "/serial@16340000";
|
||||
nand = "/nand@1A600000";
|
||||
};
|
||||
|
||||
ak01_gmac_reset_gpio {
|
||||
gpio32 {
|
||||
gpio = <32>;
|
||||
func = <0>;
|
||||
out = <GPIO_OUT_LOW>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
drvstr = <GPIO_2MA>;
|
||||
oe = <GPIO_OE_DISABLE>;
|
||||
};
|
||||
};
|
||||
|
||||
ak01_gmac_config_gpio {
|
||||
gpio32 {
|
||||
gpio = <32>;
|
||||
func = <0>;
|
||||
out = <GPIO_OUT_HIGH>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
drvstr = <GPIO_12MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue