28 lines
443 B
YAML
28 lines
443 B
YAML
#
|
|
# Copyright (c) 2018 Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: i.MX I2C Controller
|
|
|
|
description: >
|
|
This is a representation of the i.MX I2C nodes
|
|
|
|
include: i2c-controller.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "fsl,imx7d-i2c"
|
|
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
rdc:
|
|
type: int
|
|
required: true
|
|
description: Set the RDC permission for this peripheral
|