2018-10-17 14:58:14 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018 Diego Sueiro <diego.sueiro@gmail.com>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2018-10-17 14:58:14 +08:00
|
|
|
title: Silabs Gecko I2C Controller
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This is a representation of the Silabs Gecko I2C nodes
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: i2c-controller.yaml
|
2018-10-17 14:58:14 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "silabs,gecko-i2c"
|
|
|
|
|
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-10-17 14:58:14 +08:00
|
|
|
|
|
|
|
interrupts:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-10-17 14:58:14 +08:00
|
|
|
|
2019-02-01 22:43:19 +08:00
|
|
|
# Note: Not all SoC series support setting individual pin location. If this
|
|
|
|
# is a case all location-* properties need to have identical value.
|
|
|
|
|
|
|
|
location-sda:
|
|
|
|
type: array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2019-02-01 22:43:19 +08:00
|
|
|
description: SDA pin configuration defined as <location port pin>
|
|
|
|
|
|
|
|
location-scl:
|
|
|
|
type: array
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2019-02-01 22:43:19 +08:00
|
|
|
description: SCL pin configuration defined as <location port pin>
|