diff options
author | Joachim Eastwood <manabian@gmail.com> | 2015-04-02 06:20:45 +0300 |
---|---|---|
committer | Joachim Eastwood <manabian@gmail.com> | 2015-09-30 23:48:57 +0300 |
commit | 06713a943253cfa47b6b76c39ead3c666a7b9119 (patch) | |
tree | 077526b3388ae4b0fbf2dc9d343e006c62111bf4 /arch/arm/boot/dts/lpc18xx.dtsi | |
parent | 4e9c5aa8dbe33e8816c686aa154015dcb44afbbf (diff) | |
download | linux-06713a943253cfa47b6b76c39ead3c666a7b9119.tar.xz |
ARM: dts: lpc18xx: add i2c nodes
Add NXP LPC1778 I2C controller nodes to the dtsi for all
lpc18xx/43xx devices.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/lpc18xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/lpc18xx.dtsi | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/lpc18xx.dtsi b/arch/arm/boot/dts/lpc18xx.dtsi index f97feea5f5da..04bea2dc0e66 100644 --- a/arch/arm/boot/dts/lpc18xx.dtsi +++ b/arch/arm/boot/dts/lpc18xx.dtsi @@ -287,6 +287,17 @@ clocks = <&ccu1 CLK_CPU_SCU>; }; + i2c0: i2c@400a1000 { + compatible = "nxp,lpc1788-i2c"; + reg = <0x400a1000 0x1000>; + interrupts = <18>; + clocks = <&ccu1 CLK_APB1_I2C0>; + resets = <&rgu 48>; + #address-cells = <1>; + #size-cells = <0>; + status = "disabled"; + }; + can1: can@400a4000 { compatible = "bosch,c_can"; reg = <0x400a4000 0x1000>; @@ -360,6 +371,17 @@ status = "disabled"; }; + i2c1: i2c@400e0000 { + compatible = "nxp,lpc1788-i2c"; + reg = <0x400e0000 0x1000>; + interrupts = <19>; + clocks = <&ccu1 CLK_APB3_I2C1>; + resets = <&rgu 49>; + #address-cells = <1>; + #size-cells = <0>; + status = "disabled"; + }; + can0: can@400e2000 { compatible = "bosch,c_can"; reg = <0x400e2000 0x1000>; |