19 lines
402 B
YAML
19 lines
402 B
YAML
#
|
|
# Copyright (c) 2018, Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: 10Base-T Ethernet Controller with SPI Interface
|
|
|
|
description: >
|
|
This binding gives a base representation of the standalone ENC28J60 chip
|
|
include: [spi-device.yaml, ethernet.yaml]
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "microchip,enc28j60"
|
|
int-gpios:
|
|
type: phandle-array
|
|
required: true
|