24 lines
415 B
YAML
24 lines
415 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
|
|
|
|
compatible: "fsl,imx7d-i2c"
|
|
|
|
include: i2c-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
rdc:
|
|
type: int
|
|
required: true
|
|
description: Set the RDC permission for this peripheral
|