2017-08-16 03:05:10 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2017, NXP
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
---
|
|
|
|
title: i.MX GPIO
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This is a representation of the i.MX GPIO nodes
|
|
|
|
|
|
|
|
properties:
|
2017-11-23 15:48:10 +08:00
|
|
|
compatible:
|
2017-08-16 03:05:10 +08:00
|
|
|
type: string
|
|
|
|
category: required
|
|
|
|
description: compatible strings
|
|
|
|
constraint: "nxp,imx-gpio"
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
reg:
|
2017-08-16 03:05:10 +08:00
|
|
|
type: int
|
|
|
|
description: mmio register space
|
|
|
|
generation: define
|
|
|
|
category: required
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
interrupts:
|
2017-08-16 03:05:10 +08:00
|
|
|
type: compound
|
|
|
|
category: required
|
|
|
|
description: required interrupts
|
|
|
|
generation: define
|
|
|
|
|
2017-11-23 15:48:10 +08:00
|
|
|
label:
|
2017-08-16 03:05:10 +08:00
|
|
|
type: string
|
|
|
|
category: required
|
|
|
|
description: Human readable string describing the device (used by Zephyr for API name)
|
|
|
|
generation: define
|
|
|
|
|
|
|
|
cell_string: GPIO
|
|
|
|
|
|
|
|
"#cells":
|
|
|
|
- pin
|
|
|
|
- flags
|
|
|
|
...
|