Searched +full:iic +full:- +full:emev2 (Results 1 – 3 of 3) sorted by relevance
1 Device tree configuration for Renesas EMEV2 IIC controller4 - compatible : "renesas,iic-emev2"5 - reg : address start and address range size of device6 - interrupts : specifier for the IIC controller interrupt7 - clocks : phandle to the IP core SCLK8 - clock-names : must be "sclk"9 - #address-cells : should be <1>10 - #size-cells : should be <0>15 #address-cells = <1>;16 #size-cells = <0>;[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/i2c/renesas,iic-emev2.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas EMMA Mobile EV2 IIC Interface10 - Wolfram Sang <wsa+renesas@sang-engineering.com>13 - $ref: /schemas/i2c/i2c-controller.yaml#17 const: renesas,iic-emev228 clock-names:32 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/interrupt-controller/irq.h>12 compatible = "renesas,emev2";13 interrupt-parent = <&gic>;14 #address-cells = <1>;15 #size-cells = <1>;28 #address-cells = <1>;29 #size-cells = <0>;33 compatible = "arm,cortex-a9";[all …]