Skip to content

Commit a3c0ca0

Browse files
Hau Hoquytranpzz
authored andcommitted
dts: renesas: rx: Add dts property node for I2C support on RX261
Add dts property node for I2C support on RX261 Signed-off-by: Hau Ho <[email protected]>
1 parent fc8d049 commit a3c0ca0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

dts/rx/renesas/rx261-common.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,18 @@
455455
};
456456
};
457457

458+
i2c0: i2c@88300 {
459+
compatible = "renesas,rx-i2c";
460+
#address-cells = <0x1>;
461+
#size-cells = <0x0>;
462+
reg = <0x88300 0x20>;
463+
clocks = <&pclkb MSTPB 21>;
464+
channel = <0>;
465+
interrupts = <246 1>, <247 1>, <248 1>, <249 1>;
466+
interrupt-names = "eei", "rxi", "txi", "tei";
467+
status = "disabled";
468+
};
469+
458470
cmt: timer@88000 {
459471
compatible = "renesas,rx-timer-cmt-start-control";
460472
#address-cells = <1>;

0 commit comments

Comments
 (0)