1# Copyright (c) 2021 Gerson Fernando Budke <nandojve@gmail.com>
2# SPDX-License-Identifier: Apache-2.0
3
4description: Atmel SAM-family GMAC Ethernet
5
6compatible: "atmel,sam-gmac"
7
8include: atmel,gmac-common.yaml
9
10properties:
11    peripheral-id:
12      type: int
13      required: true
14      description: |
15        The peripheral identifier is required for Atmel SAMs MCUs to indicate
16        which is the clock line associated with a specific peripheral.  This
17        clock line is defined at Power Management Controller (PMC) and it
18        enables the peripheral.
19