2018-05-12 05:13:59 +08:00
|
|
|
# Copyright (c) 2018 Linaro Limited
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-11-19 15:39:11 +08:00
|
|
|
description: i.MX I2C node
|
2018-05-12 05:13:59 +08:00
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "fsl,imx7d-i2c"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: i2c-controller.yaml
|
2018-05-12 05:13:59 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-05-12 05:13:59 +08:00
|
|
|
|
|
|
|
interrupts:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-08-09 00:11:21 +08:00
|
|
|
|
|
|
|
rdc:
|
|
|
|
type: int
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2018-08-09 00:11:21 +08:00
|
|
|
description: Set the RDC permission for this peripheral
|