blob: a838bd9e7a3fbefa6c576279dda420aa8ad52983 [file] [log] [blame]
Biwen Lib73004a2020-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@3000 {
8 #address-cells = <1>;
9 #size-cells = <0>;
10 cell-index = <0>;
11 compatible = "fsl-i2c";
Simon Glassd3a98cb2023-02-13 08:56:33 -070012 bootph-all;
Biwen Lib73004a2020-05-01 20:03:58 +080013 reg = <0x3000 0x100>;
14 interrupts = <43 2 0 0>;
Pali Rohár56b23dd2022-04-08 14:39:58 +020015 dfsrr;
Biwen Lib73004a2020-05-01 20:03:58 +080016};