| # | |
| # 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: | |
| type: int | |
| description: mmio register space | |
| generation: define | |
| category: required | |
| interrupts: | |
| type: compound | |
| category: required | |
| description: required interrupts | |
| generation: define |