blob: 5d79b1fb4c3a4f4183fba6fe4e21e0b1b69ac3d2 [file] [log] [blame]
Biwen Li213b1902020-05-01 20:03:58 +08001// SPDX-License-Identifier: GPL-2.0+ OR X11
2/*
3 * PQ3 I2C Device Tree stub
4 *
5 * Copyright 2020 NXP
6 */
7i2c@3100 {
8 #address-cells = <1>;
9 #size-cells = <0>;
10 cell-index = <1>;
11 compatible = "fsl-i2c";
12 u-boot,dm-pre-reloc;
13 reg = <0x3100 0x100>;
14 interrupts = <43 2 0 0>;
15};