mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 23:45:23 +00:00
Remove nxp,imx-mu-rev2 compatible. This IP block is the same as the nxp,imx-mu device, and should be handled by the same compatible Instead, use CONFIG_HAS_MCUX to determine which HAL APIs should be used to interact with the messaging unit IP. Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
21 lines
318 B
YAML
21 lines
318 B
YAML
# Copyright (c) 2018, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: i.MX Messaging Unit
|
|
|
|
compatible: "nxp,imx-mu"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
rdc:
|
|
type: int
|
|
required: true
|
|
description: Set the RDC permission for this peripheral
|