34 lines
611 B
YAML
34 lines
611 B
YAML
#
|
|
# Copyright (c) 2018 Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: i.MX I2C Controller
|
|
version: 0.1
|
|
|
|
description: >
|
|
This is a representation of the i.MX I2C nodes
|
|
|
|
inherits:
|
|
!include i2c.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
type: string
|
|
category: required
|
|
description: compatible strings
|
|
constraint: "fsl,imx7d-i2c"
|
|
|
|
reg:
|
|
type: int
|
|
description: mmio register space
|
|
generation: define
|
|
category: required
|
|
|
|
interrupts:
|
|
type: compound
|
|
category: required
|
|
description: required interrupts
|
|
generation: define
|