Biwen Li | b73004a | 2020-05-01 20:03:58 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
| 2 | /* |
| 3 | * PQ3 I2C Device Tree stub |
| 4 | * |
| 5 | * Copyright 2020 NXP |
| 6 | */ |
| 7 | i2c@3000 { |
| 8 | #address-cells = <1>; |
| 9 | #size-cells = <0>; |
| 10 | cell-index = <0>; |
| 11 | compatible = "fsl-i2c"; |
Simon Glass | d3a98cb | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 12 | bootph-all; |
Biwen Li | b73004a | 2020-05-01 20:03:58 +0800 | [diff] [blame] | 13 | reg = <0x3000 0x100>; |
| 14 | interrupts = <43 2 0 0>; |
Pali Rohár | 56b23dd | 2022-04-08 14:39:58 +0200 | [diff] [blame] | 15 | dfsrr; |
Biwen Li | b73004a | 2020-05-01 20:03:58 +0800 | [diff] [blame] | 16 | }; |