24 lines
355 B
YAML
24 lines
355 B
YAML
#
|
|
# Copyright (c) 2018, Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: i.MX DTCM (Data Tightly Coupled Memory)
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of the i.MX DTCM
|
|
|
|
inherits:
|
|
!include base.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "nxp,imx-dtcm"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
...
|