Home
last modified time | relevance | path

Searched +full:iic +full:- +full:emev2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Drenesas,iic-emev2.txt1 Device tree configuration for Renesas EMEV2 IIC controller
4 - compatible : "renesas,iic-emev2"
5 - reg : address start and address range size of device
6 - interrupts : specifier for the IIC controller interrupt
7 - clocks : phandle to the IP core SCLK
8 - 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 …]
H A Drenesas,iic-emev2.yaml1 # 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 Interface
10 - Wolfram Sang <wsa+renesas@sang-engineering.com>
13 - $ref: /schemas/i2c/i2c-controller.yaml#
17 const: renesas,iic-emev2
28 clock-names:
32 - compatible
[all …]
/freebsd/sys/contrib/device-tree/src/arm/renesas/
H A Demev2.dtsi1 // SPDX-License-Identifier: GPL-2.0
8 #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 …]