forked from radxa-pkg/radxa-overlays
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add i2c7-m3 for rock 5a and rock 5c
Signed-off-by: Nascs Fang <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#include "rk3588-i2c7-m3.dts" | ||
|
||
/ { | ||
metadata { | ||
title = "Enable I2C7-M3 and Disable onboard Audio Jack"; | ||
compatible = "radxa,rock-5a", "radxa,rock-5c"; | ||
description = "Enable I2C7-M3 and Disable onboard Audio Jack. | ||
Onboard audio jack has to be disabled, as the codec is connected to I2C7 on different pins. | ||
Once I2C signal is routed to 40-pin header, the codec is disconnected, thus unusable. | ||
On Radxa ROCK 5A this is SDA pin 11 & SCL pin 13. | ||
On Radxa ROCK 5C this is SDA pin 11 & SCL pin 13. | ||
"; | ||
}; | ||
}; | ||
|
||
&es8316 { | ||
status = "disabled"; | ||
}; |