Skip to content
Permalink
Browse files
arm64: dts: broadcom: bcm4908: add I2C block
BCM4908 uses the same I2C hw as BCM63xx / BCM67xx / BCM68xx SoCs.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
  • Loading branch information
Rafał Miłecki authored and intel-lab-lkp committed Feb 11, 2022
1 parent b4ba994 commit c8d35bb0208d7f22714ce0b4f505b3fc0c2f0ee8
Showing 1 changed file with 9 additions and 0 deletions.
@@ -312,6 +312,15 @@
};
};

i2c@2100 {
compatible = "brcm,brcmstb-i2c";
reg = <0x2100 0x58>;
clock-frequency = <97500>;
pinctrl-names = "default";
pinctrl-0 = <&pins_i2c_a>;
status = "disabled";
};

misc@2600 {
compatible = "brcm,misc", "simple-mfd";
reg = <0x2600 0xe4>;

0 comments on commit c8d35bb

Please sign in to comment.