26 lines
422 B
YAML
26 lines
422 B
YAML
# Copyright (c) 2019 Brett Witherspoon
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: TI CC13xx / CC26xx I2C node
|
|
|
|
compatible: "ti,cc13xx-cc26xx-i2c"
|
|
|
|
include: i2c-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
sda-pin:
|
|
type: int
|
|
required: true
|
|
description: SDA pin
|
|
|
|
scl-pin:
|
|
type: int
|
|
required: true
|
|
description: SCL pin
|