arm: dts: ipq5332: Enabled i2c usb and pci

This patch enables i2c usb and pci in AP-MI01.1 and AP-DB-MI02.1
it enables usb and pci in AP-DB-MI01.1

Change-Id: I0f32fb9c2f44088034bd908c947cfe77ceb524b3
Signed-off-by: Gurumoorthy Santhakumar <quic_gsanthak@quicinc.com>
This commit is contained in:
Gurumoorthy Santhakumar 2022-12-02 13:29:56 +05:30
parent 3cdd8dd47a
commit f9cdae043c
3 changed files with 26 additions and 5 deletions

View file

@ -23,7 +23,7 @@
console = "/serial@78AF000";
nand = "/nand-controller@79B0000";
mmc = "/sdhci@7804000";
usb0 = "xhci@8a00000";
usb0 = "/xhci@8a00000";
pci0 = "/pci@20000000";
pci1 = "/pci@18000000";
pci2 = "/pci@10000000";

View file

@ -23,10 +23,11 @@
console = "/serial@78AF000";
nand = "/nand-controller@79B0000";
mmc = "/sdhci@7804000";
usb0 = "xhci@8a00000";
usb0 = "/xhci@8a00000";
pci0 = "/pci@20000000";
pci1 = "/pci@18000000";
pci2 = "/pci@10000000";
i2c0 = "/i2c@78B6000";
};
serial@78AF000 {
@ -47,6 +48,26 @@
};
};
i2c@78B6000 {
i2c_gpio {
gpio1 {
gpio = <29>;
func = <3>;
pull = <GPIO_PULL_UP>;
drvstr = <GPIO_8MA>;
oe = <GPIO_OE_ENABLE>;
};
gpio2 {
gpio = <30>;
func = <3>;
pull = <GPIO_PULL_UP>;
drvstr = <GPIO_8MA>;
oe = <GPIO_OE_ENABLE>;
};
};
};
nand: nand-controller@79B0000 {
nand_gpio {
qspi_dat3 {

View file

@ -23,9 +23,9 @@
console = "/serial@78AF000";
nand = "/nand-controller@79B0000";
mmc = "/sdhci@7804000";
usb0 = "xhci@8a00000";
i2c0 = "/i2c@78B6000";
usb0 = "/xhci@8a00000";
pci1 = "/pci@18000000";
i2c0 = "/i2c@78B6000";
};
serial@78AF000 {
@ -78,7 +78,7 @@
};
};
i2c {
i2c@78B6000 {
i2c_gpio {
gpio1 {
gpio = <29>;