diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2016-03-17 03:35:17 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2016-04-19 18:56:38 -0400 |
commit | aa9b992ea2d3c2cc48712c21d1e680318d4156e2 (patch) | |
tree | ffb592bf5ce2af1a85851e105d7aa34ded1a67de | |
parent | a856b195d129059c71981b6d069085d611ad8d38 (diff) |
ARM: dts: r8a7794: Add IIC nodes
Add IIC nodes to r8a7794 device tree.
Based on similar work for the r8a7793 by Laurent Pinchart.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
-rw-r--r-- | arch/arm/boot/dts/r8a7794.dtsi | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7794.dtsi b/arch/arm/boot/dts/r8a7794.dtsi index 8b2060c87a76..b0bce43779f1 100644 --- a/arch/arm/boot/dts/r8a7794.dtsi +++ b/arch/arm/boot/dts/r8a7794.dtsi | |||
@@ -26,6 +26,8 @@ | |||
26 | i2c3 = &i2c3; | 26 | i2c3 = &i2c3; |
27 | i2c4 = &i2c4; | 27 | i2c4 = &i2c4; |
28 | i2c5 = &i2c5; | 28 | i2c5 = &i2c5; |
29 | i2c6 = &i2c6; | ||
30 | i2c7 = &i2c7; | ||
29 | spi0 = &qspi; | 31 | spi0 = &qspi; |
30 | vin0 = &vin0; | 32 | vin0 = &vin0; |
31 | vin1 = &vin1; | 33 | vin1 = &vin1; |
@@ -629,6 +631,32 @@ | |||
629 | status = "disabled"; | 631 | status = "disabled"; |
630 | }; | 632 | }; |
631 | 633 | ||
634 | i2c6: i2c@e6500000 { | ||
635 | compatible = "renesas,iic-r8a7794", "renesas,rmobile-iic"; | ||
636 | reg = <0 0xe6500000 0 0x425>; | ||
637 | interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>; | ||
638 | clocks = <&mstp3_clks R8A7794_CLK_IIC0>; | ||
639 | dmas = <&dmac0 0x61>, <&dmac0 0x62>; | ||
640 | dma-names = "tx", "rx"; | ||
641 | power-domains = <&cpg_clocks>; | ||
642 | #address-cells = <1>; | ||
643 | #size-cells = <0>; | ||
644 | status = "disabled"; | ||
645 | }; | ||
646 | |||
647 | i2c7: i2c@e6510000 { | ||
648 | compatible = "renesas,iic-r8a7794", "renesas,rmobile-iic"; | ||
649 | reg = <0 0xe6510000 0 0x425>; | ||
650 | interrupts = <GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>; | ||
651 | clocks = <&mstp3_clks R8A7794_CLK_IIC1>; | ||
652 | dmas = <&dmac0 0x65>, <&dmac0 0x66>; | ||
653 | dma-names = "tx", "rx"; | ||
654 | power-domains = <&cpg_clocks>; | ||
655 | #address-cells = <1>; | ||
656 | #size-cells = <0>; | ||
657 | status = "disabled"; | ||
658 | }; | ||
659 | |||
632 | mmcif0: mmc@ee200000 { | 660 | mmcif0: mmc@ee200000 { |
633 | compatible = "renesas,mmcif-r8a7794", "renesas,sh-mmcif"; | 661 | compatible = "renesas,mmcif-r8a7794", "renesas,sh-mmcif"; |
634 | reg = <0 0xee200000 0 0x80>; | 662 | reg = <0 0xee200000 0 0x80>; |