drivers: i2c: add Broadcom iProc I2C driver
Add device driver, bindings and build-only test for Broadcom iProc I2C. Signed-off-by: Yong Cong Sin <ycsin@meta.com>
This commit is contained in:
parent
cefbcc5323
commit
97ba7fd48d
6 changed files with 990 additions and 0 deletions
16
dts/bindings/i2c/brcm,iproc-i2c.yaml
Normal file
16
dts/bindings/i2c/brcm,iproc-i2c.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Copyright 2020 Broadcom
|
||||
# Copyright 2024 Meta Platforms
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
description: Broadcom iProc I2C controller
|
||||
|
||||
compatible: "brcm,iproc-i2c"
|
||||
|
||||
include: i2c-controller.yaml
|
||||
|
||||
properties:
|
||||
reg:
|
||||
required: true
|
||||
|
||||
interrupts:
|
||||
required: true
|
Loading…
Add table
Add a link
Reference in a new issue