Searched +full:iic +full:- +full:r8a7790 (Results 1 – 3 of 3) sorted by relevance
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 APE618 - renesas,iic-r8a7740 # R-Mobile A1[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car H2 (R8A77900) SoC6 * 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>16 compatible = "renesas,r8a7790";17 #address-cells = <2>;18 #size-cells = <2>;[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (C) 2014-19 Wolfram Sang <wsa@sang-engineering.com>8 * Portions of the code based on out-of-tree driver i2c-sh7343.c15 #include <linux/dma-mapping.h>40 /* ICIC: -DTE */47 /* ICIC: -DTE */51 /* 3 bytes or more, +---------+ gets repeated */56 /* 0 byte receive - not supported since slave may hold SDA low */61 /* ICIC: -DTE | +DTE */68 /* ICIC: -DTE | +DTE */[all …]