blob: 3cb7f286890a2ebbcb4304f4db5b3c45e8966264 [file] [log] [blame]
#
# Copyright (c) 2018 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
---
title: NIOS2 i2c
version: 0.1
description: >
This binding gives a base representation of the NIOS2 i2c
inherits:
!include i2c.yaml
properties:
compatible:
constraint: "nios2,i2c"
reg:
type: array
description: mmio register space
generation: define
category: required
interrupts:
type: array
category: required
description: required interrupts
generation: define
...