21 lines
348 B
YAML
21 lines
348 B
YAML
# Copyright (c) 2018 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: i.MX I2C node
|
|
|
|
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
|