23 lines
354 B
YAML
23 lines
354 B
YAML
#
|
|
# Copyright (c) 2019 Antmicro <www.antmicro.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: LiteX Ethernet
|
|
|
|
description: >
|
|
This binding gives a base representation of LiteX Ethernet
|
|
|
|
include: ethernet.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "litex,eth0"
|
|
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|