mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq5332: dts: add mdio gpio config
Change-Id: If916b200018655fcdfa544152902ee3299ad6452 Signed-off-by: Gurumoorthy Santhakumar <quic_gsanthak@quicinc.com>
This commit is contained in:
parent
4608b8a7e5
commit
0a7b4859c6
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