1# Copyright (c) 2020 DENX Software Engineering GmbH
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5    DSA Device
6
7include: [spi-device.yaml]
8properties:
9  dsa-master-port:
10    type: phandle
11    description: Phandle to master port.
12  dsa-slave-ports:
13    type: int
14    description: Number of slave ports on the switch
15  reset-gpios:
16    type: phandle-array
17    description: |
18      The pin is asserted for 10ms during boot to reset the KSZ8794.
19
20child-binding:
21  description: Properties of slave port
22  properties:
23    local-mac-address:
24      type: uint8-array
25      description: |
26        Specifies the MAC address that was assigned to the port
27