24 lines
442 B
YAML
24 lines
442 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
|
|
|
|
compatible: "snps,designware-i2c"
|
|
|
|
include: i2c-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
pcie:
|
|
type: boolean
|
|
required: false
|
|
description: attached via PCI(e) bus
|