27 lines
481 B
YAML
27 lines
481 B
YAML
#
|
|
# Copyright (c) 2018, Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: i.MX RT DTCM (Data Tightly Coupled Memory)
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of the i.MX-RT DTCM
|
|
|
|
properties:
|
|
compatible:
|
|
type: string
|
|
category: required
|
|
constraint: "nxp,imx-rt-dtcm"
|
|
generation: define
|
|
|
|
reg:
|
|
type: int
|
|
description: mmio register space
|
|
generation: define
|
|
category: required
|
|
|
|
...
|