2018-02-28 17:37:41 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2017 Linaro Limited
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2017-07-11 23:38:09 +08:00
|
|
|
---
|
|
|
|
title: Kinetis I2C Controller
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This is a representation of the Kinetis I2C nodes
|
|
|
|
|
|
|
|
inherits:
|
2017-11-23 15:48:10 +08:00
|
|
|
!include i2c.yaml
|
2017-07-11 23:38:09 +08:00
|
|
|
|
|
|
|
properties:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-07-11 23:38:09 +08:00
|
|
|
type: string
|
|
|
|
category: required
|
|
|
|
description: compatible strings
|
|
|
|
constraint: "nxp,kinetis-i2c"
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
reg:
|
2017-07-11 23:38:09 +08:00
|
|
|
type: int
|
|
|
|
description: mmio register space
|
|
|
|
generation: define
|
|
|
|
category: required
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
interrupts:
|
2017-07-11 23:38:09 +08:00
|
|
|
type: compound
|
|
|
|
category: required
|
|
|
|
description: required interrupts
|
|
|
|
generation: define
|