mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 11:38:51 +01:00
Merge "arm: dts: ipq5332: Enable I2C in DB-MI01.1"
This commit is contained in:
commit
a3a6688e45
1 changed files with 21 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
nand = "/nand-controller@79B0000";
|
||||
mmc = "/sdhci@7804000";
|
||||
usb0 = "/xhci@8a00000";
|
||||
i2c0 = "/i2c@78B6000";
|
||||
pci0 = "/pci@20000000";
|
||||
pci1 = "/pci@18000000";
|
||||
pci2 = "/pci@10000000";
|
||||
|
|
@ -79,6 +80,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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue