f2e275639d
Rework the devicetree definition for smsc91x to put the mdio and ethernet device at the same level, and make the phy a child of the mdio node. This allows matching up the device initialization sequence with the devicetree hierarchy. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
16 lines
336 B
YAML
16 lines
336 B
YAML
# Copyright (c) 2023 Arm Limited (or its affiliates). All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: SMSC (now Microchip) LAN91C111 Ethernet controller
|
|
|
|
compatible: "smsc,lan91c111"
|
|
|
|
include: [ethernet-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
phy-handle:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|