24 lines
376 B
YAML
24 lines
376 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
|
|
|
|
inherits:
|
|
!include ethernet.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "litex,eth0"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|