25 lines
371 B
YAML
25 lines
371 B
YAML
|
#
|
||
|
# Copyright (c) 2019, NXP
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
---
|
||
|
title: NXP LPI2C
|
||
|
version: 0.1
|
||
|
|
||
|
description: >
|
||
|
This binding gives a base representation of the NXP i.MX LPI2C controller
|
||
|
|
||
|
inherits:
|
||
|
!include i2c.yaml
|
||
|
|
||
|
properties:
|
||
|
compatible:
|
||
|
constraint: "nxp,imx-lpi2c"
|
||
|
|
||
|
reg:
|
||
|
category: required
|
||
|
|
||
|
interrupts:
|
||
|
category: required
|