Searched +full:rcar +full:- +full:gen2 +full:- +full:i2c (Results  1 – 10 of 10) sorted by relevance
| /linux/arch/arm/boot/dts/renesas/ | 
| H A D | r8a7792.dtsi | 1 // SPDX-License-Identifier: GPL-2.03  * Device Tree Source for the R-Car V2H (R8A77920) SoC
 8 #include <dt-bindings/clock/r8a7792-cpg-mssr.h>
 9 #include <dt-bindings/interrupt-controller/irq.h>
 10 #include <dt-bindings/interrupt-controller/arm-gic.h>
 11 #include <dt-bindings/power/r8a7792-sysc.h>
 15 	#address-cells = <2>;
 16 	#size-cells = <2>;
 39 		compatible = "fixed-clock";
 40 		#clock-cells = <0>;
 [all …]
 
 | 
| H A D | r8a7794.dtsi | 1 // SPDX-License-Identifier: GPL-2.03  * Device Tree Source for the R-Car E2 (R8A77940) SoC
 9 #include <dt-bindings/clock/r8a7794-cpg-mssr.h>
 10 #include <dt-bindings/interrupt-controller/arm-gic.h>
 11 #include <dt-bindings/interrupt-controller/irq.h>
 12 #include <dt-bindings/power/r8a7794-sysc.h>
 16 	#address-cells = <2>;
 17 	#size-cells = <2>;
 39 		compatible = "fixed-clock";
 40 		#clock-cells = <0>;
 [all …]
 
 | 
| H A D | r8a77470.dtsi | 1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/interrupt-controller/irq.h>
 9 #include <dt-bindings/interrupt-controller/arm-gic.h>
 10 #include <dt-bindings/clock/r8a77470-cpg-mssr.h>
 11 #include <dt-bindings/power/r8a77470-sysc.h>
 14 	#address-cells = <2>;
 15 	#size-cells = <2>;
 26 		#address-cells = <1>;
 27 		#size-cells = <0>;
 31 			compatible = "arm,cortex-a7";
 [all …]
 
 | 
| H A D | r8a7793.dtsi | 1 // SPDX-License-Identifier: GPL-2.03  * Device Tree Source for the R-Car M2-N (R8A77930) SoC
 5  * Copyright (C) 2014-2015 Renesas Electronics Corporation
 8 #include <dt-bindings/clock/r8a7793-cpg-mssr.h>
 9 #include <dt-bindings/interrupt-controller/arm-gic.h>
 10 #include <dt-bindings/interrupt-controller/irq.h>
 11 #include <dt-bindings/power/r8a7793-sysc.h>
 15 	#address-cells = <2>;
 16 	#size-cells = <2>;
 37 		compatible = "fixed-clock";
 [all …]
 
 | 
| H A D | r8a7791.dtsi | 1 // SPDX-License-Identifier: GPL-2.03  * Device Tree Source for the R-Car M2-W (R8A77910) SoC
 5  * Copyright (C) 2013-2015 Renesas Electronics Corporation
 6  * Copyright (C) 2013-2014 Renesas Solutions Corp.
 10 #include <dt-bindings/clock/r8a7791-cpg-mssr.h>
 11 #include <dt-bindings/interrupt-controller/arm-gic.h>
 12 #include <dt-bindings/interrupt-controller/irq.h>
 13 #include <dt-bindings/power/r8a7791-sysc.h>
 17 	#address-cells = <2>;
 18 	#size-cells = <2>;
 [all …]
 
 | 
| H A D | r8a7790.dtsi | 1 // SPDX-License-Identifier: GPL-2.03  * Device Tree Source for the R-Car H2 (R8A77900) SoC
 6  * Copyright (C) 2013-2014 Renesas Solutions Corp.
 10 #include <dt-bindings/clock/r8a7790-cpg-mssr.h>
 11 #include <dt-bindings/interrupt-controller/arm-gic.h>
 12 #include <dt-bindings/interrupt-controller/irq.h>
 13 #include <dt-bindings/power/r8a7790-sysc.h>
 17 	#address-cells = <2>;
 18 	#size-cells = <2>;
 46 		compatible = "fixed-clock";
 [all …]
 
 | 
| /linux/Documentation/devicetree/bindings/i2c/ | 
| H A D | renesas,rcar-i2c.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/i2c/renesas,rcar-i2c.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Renesas R-Car I2C Controller
 10   - Wolfram Sang <wsa+renesas@sang-engineering.com>
 15       - items:
 16           - enum:
 17               - renesas,i2c-r8a7778      # R-Car M1A
 18               - renesas,i2c-r8a7779      # R-Car H1
 [all …]
 
 | 
| H A D | renesas,rmobile-iic.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---
 4 $id: http://devicetree.org/schemas/i2c/renesas,rmobile-iic.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: Renesas R-Mobile I2C Bus Interface (IIC)
 10   - Wolfram Sang <wsa+renesas@sang-engineering.com>
 15       - items:
 16           - enum:
 17               - renesas,iic-r8a73a4      # R-Mobile APE6
 18               - renesas,iic-r8a7740      # R-Mobile A1
 [all …]
 
 | 
| /linux/drivers/i2c/busses/ | 
| H A D | i2c-rcar.c | 1 // SPDX-License-Identifier: GPL-2.03  * Driver for the Renesas R-Car I2C unit
 5  * Copyright (C) 2014-19 Wolfram Sang <wsa@sang-engineering.com>
 6  * Copyright (C) 2011-2019 Renesas Electronics Corporation
 8  * Copyright (C) 2012-14 Renesas Solutions Corp.
 11  * This file is based on the drivers/i2c/busses/i2c-sh7760.c
 12  * (c) 2005-2008 MSC Vertriebsges.m.b.H, Manuel Lauss <mlau@msc-ge.com>
 18 #include <linux/dma-mapping.h>
 23 #include <linux/i2c.h>
 24 #include <linux/i2c-smbus.h>
 [all …]
 
 | 
| H A D | i2c-sh_mobile.c | 1 // SPDX-License-Identifier: GPL-2.03  * SuperH Mobile I2C Controller
 5  * Copyright (C) 2014-19 Wolfram Sang <wsa@sang-engineering.com>
 8  * Portions of the code based on out-of-tree driver i2c-sh7343.c
 15 #include <linux/dma-mapping.h>
 17 #include <linux/i2c.h>
 41 /* ICIC:      -DTE                                                          */
 48 /* ICIC:      -DTE                                                          */
 52 /* 3 bytes or more, +---------+ gets repeated                               */
 57 /* 0 byte receive - not supported since slave may hold SDA low              */
 [all …]
 
 |