2017-09-14 08:13:44 +08:00
|
|
|
---
|
|
|
|
title: CC32XX I2C
|
2018-11-01 17:14:38 +08:00
|
|
|
version: 0.1
|
2017-09-14 08:13:44 +08:00
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the TI CC32XX I2C controller
|
|
|
|
|
|
|
|
inherits:
|
|
|
|
!include i2c.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "ti,cc32xx-i2c"
|
|
|
|
|
|
|
|
reg:
|
|
|
|
type: int
|
|
|
|
description: mmio register space
|
|
|
|
generation: define
|
|
|
|
category: required
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
type: compound
|
|
|
|
category: required
|
|
|
|
description: required interrupts
|
|
|
|
generation: define
|
|
|
|
|
|
|
|
...
|