diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2022-02-15 07:36:39 +0100 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2022-02-15 22:52:11 +0100 |
commit | ba5dfa2fd8d0aed4e4b6f650ba9e8ea7cdd6ead1 (patch) | |
tree | 08d51676c8661bb56cdc224e4aa4f3337caf361d /arch/arm64/boot/dts/broadcom | |
parent | arm64: dts: broadcom: bcm4908: add watchdog block (diff) | |
download | linux-ba5dfa2fd8d0aed4e4b6f650ba9e8ea7cdd6ead1.tar.xz linux-ba5dfa2fd8d0aed4e4b6f650ba9e8ea7cdd6ead1.zip |
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>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm64/boot/dts/broadcom')
-rw-r--r-- | arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi b/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi index f76b3dbf67ac..a4be040a00c0 100644 --- a/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi +++ b/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi @@ -456,6 +456,15 @@ }; }; + i2c@2100 { + compatible = "brcm,brcmper-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>; |