Skip to content

Commit

Permalink
Merge pull request #372 from vickash/main
Browse files Browse the repository at this point in the history
Add zero3 to rk3568-i2c5-m0.dts
  • Loading branch information
RadxaYuntian authored Sep 26, 2024
2 parents 89e9f2d + 9046c4c commit e52fc14
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions arch/arm64/boot/dts/rockchip/overlays/rk3568-i2c5-m0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
/ {
metadata {
title = "Enable I2C5-M0";
compatible = "radxa,cm3j-rpi-cm4-io";
compatible = "radxa,cm3j-rpi-cm4-io", "radxa,rock-3c", "radxa,zero3";
category = "misc";
exclusive = "GPIO3_B3", "GPIO3_B4", "i2c5";
description = "Enable I2C5-M0.
On Radxa CM3J RPI CM4 IO this is SDA pin 27 and SCL pin 28.";
On Radxa CM3J RPI CM4 IO this is SDA pin 27 and SCL pin 28.
On Radxa ROCK 3C this is SDA pin 31 and SCL pin 29.
On Radxa ZERO 3 this is SDA pin 31 and SCL pin 29";
};
};

Expand Down

0 comments on commit e52fc14

Please sign in to comment.