2018-02-08 04:03:25 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2017, NXP
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
---
|
|
|
|
title: LPC MAILBOX
|
|
|
|
version: 0.1
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This binding gives a base representation of the LPC MAILBOX
|
|
|
|
|
2019-06-08 00:12:49 +08:00
|
|
|
inherits:
|
|
|
|
!include base.yaml
|
|
|
|
|
2018-02-08 04:03:25 +08:00
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "nxp,lpc-mailbox"
|
|
|
|
|
|
|
|
reg:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
interrupts:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
label:
|
|
|
|
category: required
|
|
|
|
|
|
|
|
...
|