ipq807x: NAPA Support for AC01

Change-Id: I217279d445d1aef486a1ed3f9b5cf52009d1bb18
Signed-off-by: Nikhil Prakash V <nprakash@codeaurora.org>
This commit is contained in:
Nikhil Prakash V 2018-07-27 15:05:22 +05:30
parent 732fb77f30
commit 929b60ddc7
2 changed files with 60 additions and 5 deletions

View file

@ -27,8 +27,35 @@
};
ess-switch {
switch_mac_mode = <0x0>;
switch_mac_mode1 = <0xFF>;
switch_mac_mode2 = <0xFF>;
switch_mac_mode1 = <0x6>;
switch_mac_mode2 = <0x6>;
napa_gpio = <25 44>;
napa_gpio_cnt = <2>;
port_phyinfo {
port@0 {
phy_address = <0>;
phy_type = <1>;
};
port@1 {
phy_address = <1>;
phy_type = <1>;
};
port@2 {
phy_address = <2>;
phy_type = <1>;
};
port@3 {
phy_address = <3>;
phy_type = <1>;
};
port@4 {
phy_address = <24>;
phy_type = <2>;
};
port@5 {
phy_address = <28>;
phy_type = <2>;
};
};
};
};

View file

@ -27,8 +27,36 @@
};
ess-switch {
switch_mac_mode = <0x0>;
switch_mac_mode1 = <0xFF>;
switch_mac_mode2 = <0xFF>;
switch_mac_mode1 = <0x6>;
switch_mac_mode2 = <0x6>;
napa_gpio = <25 44>;
napa_gpio_cnt = <2>;
port_phyinfo {
port@0 {
phy_address = <0>;
phy_type = <1>;
};
port@1 {
phy_address = <1>;
phy_type = <1>;
};
port@2 {
phy_address = <2>;
phy_type = <1>;
};
port@3 {
phy_address = <3>;
phy_type = <1>;
};
port@4 {
phy_address = <24>;
phy_type = <2>;
};
port@5 {
phy_address = <28>;
phy_type = <2>;
};
};
};
};