2021-07-17 04:06:18 +08:00
|
|
|
# Copyright (c) 2021 Gerson Fernando Budke <nandojve@gmail.com>
|
2020-02-24 13:38:00 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
description: Atmel SAM-family GMAC Ethernet
|
|
|
|
|
|
|
|
compatible: "atmel,sam-gmac"
|
|
|
|
|
2021-07-17 04:06:18 +08:00
|
|
|
include: atmel,gmac-common.yaml
|
2021-07-06 08:29:56 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
peripheral-id:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: |
|
|
|
|
The peripheral identifier is required for Atmel SAMs MCUs to indicate
|
|
|
|
which is the clock line associated with a specific peripheral. This
|
|
|
|
clock line is defined at Power Management Controller (PMC) and it
|
|
|
|
enables the peripheral.
|