23 lines
473 B
YAML
23 lines
473 B
YAML
#
|
|
# Copyright (c) 2018, Linaro Limited
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
---
|
|
title: 10Base-T Ethernet Controller with SPI Interface
|
|
version: 0.1
|
|
|
|
description: >
|
|
This binding gives a base representation of the standalone ENC28J60 chip
|
|
inherits:
|
|
!include [ethernet.yaml, spi-device.yaml]
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "microchip,enc28j60"
|
|
int-gpios:
|
|
type: compound
|
|
category: required
|
|
generation: define, use-prop-name
|
|
...
|