mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-11 19:48:59 +01:00
Merge "ipq807x: Enabled the i2c support"
This commit is contained in:
commit
7ba716433f
2 changed files with 19 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
aliases {
|
||||
console = "/serial@78B3000";
|
||||
i2c0 = "/i2c@78b6000";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -225,6 +225,24 @@
|
|||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x78b6000 0x600>;
|
||||
clock-frequency = <100000>;
|
||||
|
||||
i2c_gpio {
|
||||
gpio1 {
|
||||
gpio = <42>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio2 {
|
||||
gpio = <43>;
|
||||
func = <2>;
|
||||
pull = <GPIO_NO_PULL>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
pci@20000000 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue