From 16a6b7bafb52b47f3e6ddaec01fa354a29ff8cde Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Wed, 18 Oct 2023 11:38:53 +0800 Subject: [PATCH] Explore I2C --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ae0177e..b496ffa 100644 --- a/README.md +++ b/README.md @@ -7876,16 +7876,14 @@ clk u5_dw_i2c_clk_apb already disabled # Explore the I2C Controller for Star64 JH7110 -TODO: Not linked in any section, appears when we search for "I2C"... +TODO: Not linked in any section, appears when we search for "I2C": [I2C Register Description](https://doc-en.rvspace.org/JH7110/TRM/JH7110_TRM/register_descript_i2c.html) -[I2C Register Description](https://doc-en.rvspace.org/JH7110/TRM/JH7110_TRM/register_descript_i2c.html) - -Based on [DesignWare I2C](https://github.com/torvalds/linux/blob/master/drivers/i2c/busses/i2c-designware-core.h) - -Adapt this NuttX Driver: [nuttx/arch/arm/src/cxd56xx/cxd56_i2c.c](https://github.com/apache/nuttx/blob/master/arch/arm/src/cxd56xx/cxd56_i2c.c) +JH7110 I2C is based on [DesignWare I2C](https://github.com/torvalds/linux/blob/master/drivers/i2c/busses/i2c-designware-core.h) [(Search for "DesignWare DW_apb_i2c Databook")](https://www.google.com/search?q=%22DesignWare+DW_apb_i2c+Databook%22) +Which is implemented by this NuttX Driver: [nuttx/arch/arm/src/cxd56xx/cxd56_i2c.c](https://github.com/apache/nuttx/blob/master/arch/arm/src/cxd56xx/cxd56_i2c.c) + # PineTab-V Factory Test Code The PineTab-V ships with [Factory Test Code](https://wiki.pine64.org/wiki/PineTab-V_Releases#Factory_releases).