mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-09 02:37:31 +01:00
Merge "arm: dts: ipq5332: Enabled i2c usb and pci"
This commit is contained in:
commit
3f02d4e93e
3 changed files with 26 additions and 5 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue