28 lines
470 B
YAML
28 lines
470 B
YAML
#
|
|
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: Synopys DesignWare I2C controller
|
|
|
|
description: >
|
|
This is a representation of the Synopsys DesignWare i2c node
|
|
|
|
include: i2c-controller.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "snps,designware-i2c"
|
|
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
pcie:
|
|
type: boolean
|
|
required: false
|
|
description: attached via PCI(e) bus
|