mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-04 00:14:48 +01:00
ipq6018: i2c: enabling i2c0 support in cp01
Change-Id: If971fd108edf8822d5f8130fb205c65b0c7805e6 Signed-off-by: Antony Arun T <antothom@codeaurora.org>
This commit is contained in:
parent
21889e03fd
commit
90d693cf7d
1 changed files with 26 additions and 0 deletions
|
|
@ -25,6 +25,32 @@
|
|||
usb0 = "/xhci@8a00000";
|
||||
usb1 = "/xhci@7000000";
|
||||
i2c1 = "/i2c@78ba000";
|
||||
i2c0 = "/i2c@78b7000";
|
||||
};
|
||||
i2c0: i2c@78b7000 {
|
||||
compatible = "qcom,qup-i2c";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x78b7000 0x600>;
|
||||
clock-frequency = <400000>;
|
||||
|
||||
i2c_gpio {
|
||||
gpio1 {
|
||||
gpio = <42>;
|
||||
func = <2>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio2 {
|
||||
gpio = <43>;
|
||||
func = <2>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
};
|
||||
};
|
||||
ess-switch {
|
||||
switch_mac_mode = <PORT_WRAPPER_PSGMII>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue