It's used to pass right device index to hal_intel module. DT_INST_FOREACH_STATUS_OKAY() does not guarantee the node ordering. Signed-off-by: Dong D Wang <dong.d.wang@intel.com>
22 lines
326 B
YAML
22 lines
326 B
YAML
# Copyright (c) 2023 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: INTEL SEDI UART
|
|
|
|
compatible: "intel,sedi-uart"
|
|
|
|
include: uart-controller.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
peripheral-id:
|
|
type: int
|
|
description: peripheral ID
|
|
required: true
|