mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-08 02:07:55 +01:00
Merge "ipq5332: dts: add mdio gpio config"
This commit is contained in:
commit
eacadbad95
1 changed files with 15 additions and 0 deletions
|
|
@ -174,6 +174,21 @@
|
|||
napa_gpio = <22>;
|
||||
qca8084_switch_enable = <1>;
|
||||
|
||||
mdio_gpio {
|
||||
mdc1 {
|
||||
gpio = <27>;
|
||||
func = <1>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
drvstr = <GPIO_2MA>;
|
||||
};
|
||||
mdio {
|
||||
gpio = <28>;
|
||||
func = <1>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
drvstr = <GPIO_2MA>;
|
||||
};
|
||||
};
|
||||
|
||||
port_phyinfo {
|
||||
port@0 {
|
||||
phy_address = <1>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue