blob: f469abc1f541611a41caea43e0867e3dad1e6bc8 [file] [log] [blame]
Biwen Lib73004a2020-05-01 20:03:58 +08001// SPDX-License-Identifier: GPL-2.0+ OR X11
2/*
3 * QorIQ I2C Device Tree stub
4 *
5 * Copyright 2020 NXP
6 */
7i2c2: i2c@119000 {
8 #address-cells = <1>;
9 #size-cells = <0>;
10 cell-index = <2>;
11 compatible = "fsl-i2c";
Simon Glassd3a98cb2023-02-13 08:56:33 -070012 bootph-all;
Biwen Lib73004a2020-05-01 20:03:58 +080013 reg = <0x119000 0x100>;
14 interrupts = <39 2 0 0>;
15};
16
17i2c3: i2c@119100 {
18 #address-cells = <1>;
19 #size-cells = <0>;
20 cell-index = <3>;
21 compatible = "fsl-i2c";
Simon Glassd3a98cb2023-02-13 08:56:33 -070022 bootph-all;
Biwen Lib73004a2020-05-01 20:03:58 +080023 reg = <0x119100 0x100>;
24 interrupts = <39 2 0 0>;
25};