]> git.ipfire.org Git - thirdparty/u-boot.git/blame - arch/powerpc/dts/pq3-i2c-1.dtsi
Merge branch 'next'
[thirdparty/u-boot.git] / arch / powerpc / dts / pq3-i2c-1.dtsi
CommitLineData
213b1905
BL
1// 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";
8c103c33 12 bootph-all;
213b1905
BL
13 reg = <0x3100 0x100>;
14 interrupts = <43 2 0 0>;
e8c9148b 15 dfsrr;
213b1905 16};