1# Copyright (c) 2020, DENX Software Engineering GmbH
2#		      Lukasz Majewski <lukma@denx.de>
3# SPDX-License-Identifier: Apache-2.0
4
5child-binding:
6    description: Fixed link ethernet node
7    properties:
8       speed:
9          type: int
10          required: true
11          description: The speed of fixed link
12          enum:
13            - 100
14            - 10
15       full-duplex:
16          type: boolean
17          required: false
18          description: The fixed link operates in full duplex mode
19