diff options
author | Ray Jui <rjui@broadcom.com> | 2014-12-09 18:36:23 -0500 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2015-02-16 15:50:39 -0500 |
commit | b51c05a331ff46d2b29e4007df938ec2dbbadfde (patch) | |
tree | 9e1359d39cd24058afb158a26d5e864205f47169 /arch | |
parent | 9df11828d9b5665ddef81e45f83dd5376a8cd620 (diff) |
ARM: dts: add I2C device nodes for Broadcom Cygnus
Add I2C device nodes and its properties in bcm-cygnus.dtsi but keep
them disabled there. Individual I2C devices can be enabled in board
specific dts file when I2C slave devices are enabled in the future
Signed-off-by: Ray Jui <rjui@broadcom.com>
Reviewed-by: Scott Branden <sbranden@broadcom.com>
Reviewed-by: Kevin Cernekee <cernekee@chromium.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/bcm-cygnus.dtsi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi index 5126f9e77a98..ff5fb6ab0b97 100644 --- a/arch/arm/boot/dts/bcm-cygnus.dtsi +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi | |||
@@ -70,6 +70,26 @@ | |||
70 | }; | 70 | }; |
71 | }; | 71 | }; |
72 | 72 | ||
73 | i2c0: i2c@18008000 { | ||
74 | compatible = "brcm,cygnus-iproc-i2c", "brcm,iproc-i2c"; | ||
75 | reg = <0x18008000 0x100>; | ||
76 | #address-cells = <1>; | ||
77 | #size-cells = <0>; | ||
78 | interrupts = <GIC_SPI 85 IRQ_TYPE_NONE>; | ||
79 | clock-frequency = <100000>; | ||
80 | status = "disabled"; | ||
81 | }; | ||
82 | |||
83 | i2c1: i2c@1800b000 { | ||
84 | compatible = "brcm,cygnus-iproc-i2c", "brcm,iproc-i2c"; | ||
85 | reg = <0x1800b000 0x100>; | ||
86 | #address-cells = <1>; | ||
87 | #size-cells = <0>; | ||
88 | interrupts = <GIC_SPI 86 IRQ_TYPE_NONE>; | ||
89 | clock-frequency = <100000>; | ||
90 | status = "disabled"; | ||
91 | }; | ||
92 | |||
73 | uart0: serial@18020000 { | 93 | uart0: serial@18020000 { |
74 | compatible = "snps,dw-apb-uart"; | 94 | compatible = "snps,dw-apb-uart"; |
75 | reg = <0x18020000 0x100>; | 95 | reg = <0x18020000 0x100>; |