mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
dts: ipq50xx: Enable MP03.5 RDP build
This changes add Machid , USB Power gpio and enable build support. Signed-off-by: Vandhiadevan Karunamoorthy <vkarunam@codeaurora.org> Change-Id: I99e2da23f54da4d5e4edc9312f08340b88f7c59a
This commit is contained in:
parent
e3ccad69cf
commit
c33fb86ed0
3 changed files with 17 additions and 2 deletions
|
|
@ -69,6 +69,8 @@ dtb-$(CONFIG_ARCH_IPQ5018) += ipq5018-emulation.dtb \
|
|||
ipq5018-mp03.3-c2.dtb \
|
||||
ipq5018-mp03.6-c1.dtb \
|
||||
ipq5018-mp03.6-c2.dtb \
|
||||
ipq5018-mp03.5-c1.dtb \
|
||||
ipq5018-mp03.5-c2.dtb \
|
||||
ipq5018-db-mp02.1.dtb \
|
||||
ipq5018-db-mp03.1.dtb \
|
||||
ipq5018-db-mp03.1-c2.dtb \
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
/ {
|
||||
model ="QCA, IPQ5018-MP03.5-C1";
|
||||
compatible = "qca,ipq5018", "qca,ipq5018-mp03.5-c1";
|
||||
machid = <0x8040003>;
|
||||
machid = <0x8040004>;
|
||||
config_name = "config@mp03.5-c1";
|
||||
|
||||
aliases {
|
||||
|
|
@ -126,6 +126,19 @@
|
|||
};
|
||||
};
|
||||
|
||||
usb0: xhci@8a00000 {
|
||||
usb_gpio {
|
||||
pwr_gpio {
|
||||
gpio = <24>;
|
||||
func = <0>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
od_en = <GPIO_OD_DISABLE>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
gmac_cfg {
|
||||
ext_mdio_gpio = <36 37>;
|
||||
gephy_led = <46>;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
/ {
|
||||
model ="QCA, IPQ5018-MP03.5-C2";
|
||||
compatible = "qca,ipq5018", "qca,ipq5018-mp03.5-c2";
|
||||
machid = <0x8040103>;
|
||||
machid = <0x8040104>;
|
||||
config_name = "config@mp03.5-c2";
|
||||
|
||||
mmc: sdhci@7804000 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue