30 lines
433 B
YAML
30 lines
433 B
YAML
#
|
|
# Copyright (c) 2018, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: NXP SEMC
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of the NXP smart external memory
|
|
controller (SEMC)
|
|
|
|
inherits:
|
|
!include base.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "nxp,imx-semc"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|
|
|
|
label:
|
|
category: required
|
|
...
|