32 lines
580 B
YAML
32 lines
580 B
YAML
# Copyright 2022 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: NXP S32 NETC Physical Station Interface (PSI)
|
|
|
|
compatible: "nxp,s32-netc-psi"
|
|
|
|
include: [ethernet-controller.yaml, pinctrl-device.yaml]
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
clock-frequency:
|
|
required: true
|
|
type: int
|
|
description: NETC system clock frequency operation, in Hz.
|
|
|
|
mboxes:
|
|
required: true
|
|
|
|
mbox-names:
|
|
required: true
|
|
|
|
phy-handle:
|
|
required: true
|
|
|
|
vsis:
|
|
type: array
|
|
description: |
|
|
List of Virtual Station Interfaces (VSI's) to enable from this PSI.
|