mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
ipq807x: OAK01 and OAK03 changes based on RDP req.
Change-Id: I2b49fc17e59244cb0cbf63c354a4183960cdf02d Signed-off-by: Nikhil Prakash V <nprakash@codeaurora.org>
This commit is contained in:
parent
f7c9b0ccad
commit
b91aa0a8a0
2 changed files with 38 additions and 38 deletions
|
|
@ -23,18 +23,40 @@
|
|||
aliases {
|
||||
console = "/serial@78B3000";
|
||||
uart2 = "/serial@78B0000";
|
||||
i2c0 = "/i2c@78b6000";
|
||||
pci0 = "/pci@20000000";
|
||||
pci1 = "/pci@10000000";
|
||||
mmc = "/sdhci@07824000";
|
||||
};
|
||||
ess-switch {
|
||||
switch_mac_mode = <0x0>;
|
||||
switch_mac_mode1 = <0xFF>;
|
||||
switch_mac_mode2 = <0x2>;
|
||||
aquantia_port = <5>;
|
||||
aquantia_gpio = <44>;
|
||||
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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -23,40 +23,18 @@
|
|||
aliases {
|
||||
console = "/serial@78B3000";
|
||||
uart2 = "/serial@78B0000";
|
||||
i2c0 = "/i2c@78b6000";
|
||||
pci0 = "/pci@20000000";
|
||||
pci1 = "/pci@10000000";
|
||||
mmc = "/sdhci@07824000";
|
||||
};
|
||||
ess-switch {
|
||||
switch_mac_mode = <0x0>;
|
||||
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>;
|
||||
};
|
||||
};
|
||||
switch_mac_mode1 = <0xFF>;
|
||||
switch_mac_mode2 = <0x2>;
|
||||
aquantia_port = <5>;
|
||||
aquantia_gpio = <44>;
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue