1# Copyright (c) 2020 Seagate Technology LLC
2# SPDX-License-Identifier: Apache-2.0
3
4description: LPC11U6X I2C Controller
5
6compatible: "nxp,lpc11u6x-i2c"
7
8include: [i2c-controller.yaml, pinctrl-device.yaml]
9
10properties:
11  reg:
12    required: true
13
14  interrupts:
15    required: true
16
17  clocks:
18    required: true
19
20  pinctrl-0:
21    required: true
22
23  pinctrl-names:
24    required: true
25