2022-11-29 10:51:34 +08:00
|
|
|
# Copyright 2022 NXP
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: NXP S32 NETC Physical Station Interface (PSI)
|
|
|
|
|
|
|
|
compatible: "nxp,s32-netc-psi"
|
|
|
|
|
2023-07-30 00:54:42 +08:00
|
|
|
include: [ethernet-controller.yaml, pinctrl-device.yaml]
|
2022-11-29 10:51:34 +08:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2023-07-27 22:45:22 +08:00
|
|
|
phy-handle:
|
2022-11-29 10:51:34 +08:00
|
|
|
required: true
|
|
|
|
|
|
|
|
vsis:
|
|
|
|
type: array
|
|
|
|
description: |
|
|
|
|
List of Virtual Station Interfaces (VSI's) to enable from this PSI.
|