renesas,riic.yaml (afeea2758b4f1210361ce2a91d8fa3e7df606ad2) | renesas,riic.yaml (2362c730026dde1c50081ff2170656df14d7135b) |
---|---|
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/i2c/renesas,riic.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Renesas RZ/A and RZ/G2L I2C Bus Interface (RIIC) 8 --- 83 unchanged lines hidden (view full) --- 92unevaluatedProperties: false 93 94examples: 95 - | 96 #include <dt-bindings/clock/r7s72100-clock.h> 97 #include <dt-bindings/interrupt-controller/arm-gic.h> 98 99 i2c0: i2c@fcfee000 { | 1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/i2c/renesas,riic.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Renesas RZ/A and RZ/G2L I2C Bus Interface (RIIC) 8 --- 83 unchanged lines hidden (view full) --- 92unevaluatedProperties: false 93 94examples: 95 - | 96 #include <dt-bindings/clock/r7s72100-clock.h> 97 #include <dt-bindings/interrupt-controller/arm-gic.h> 98 99 i2c0: i2c@fcfee000 { |
100 compatible = "renesas,riic-r7s72100", "renesas,riic-rz"; 101 reg = <0xfcfee000 0x44>; 102 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>, 103 <GIC_SPI 158 IRQ_TYPE_EDGE_RISING>, 104 <GIC_SPI 159 IRQ_TYPE_EDGE_RISING>, 105 <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>, 106 <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>, 107 <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>, 108 <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>, 109 <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>; 110 interrupt-names = "tei", "ri", "ti", "spi", "sti", "naki", "ali", 111 "tmoi"; 112 clocks = <&mstp9_clks R7S72100_CLK_I2C0>; 113 clock-frequency = <100000>; 114 power-domains = <&cpg_clocks>; 115 #address-cells = <1>; 116 #size-cells = <0>; | 100 compatible = "renesas,riic-r7s72100", "renesas,riic-rz"; 101 reg = <0xfcfee000 0x44>; 102 interrupts = <GIC_SPI 157 IRQ_TYPE_LEVEL_HIGH>, 103 <GIC_SPI 158 IRQ_TYPE_EDGE_RISING>, 104 <GIC_SPI 159 IRQ_TYPE_EDGE_RISING>, 105 <GIC_SPI 160 IRQ_TYPE_LEVEL_HIGH>, 106 <GIC_SPI 161 IRQ_TYPE_LEVEL_HIGH>, 107 <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>, 108 <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>, 109 <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>; 110 interrupt-names = "tei", "ri", "ti", "spi", "sti", "naki", "ali", 111 "tmoi"; 112 clocks = <&mstp9_clks R7S72100_CLK_I2C0>; 113 clock-frequency = <100000>; 114 power-domains = <&cpg_clocks>; 115 #address-cells = <1>; 116 #size-cells = <0>; |
117 }; | 117 }; |