Biwen Li | 213b190 | 2020-05-01 20:03:58 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
| 2 | /* |
| 3 | * QorIQ I2C Device Tree stub |
| 4 | * |
| 5 | * Copyright 2020 NXP |
| 6 | */ |
| 7 | i2c0: i2c@118000 { |
| 8 | #address-cells = <1>; |
| 9 | #size-cells = <0>; |
| 10 | cell-index = <0>; |
| 11 | compatible = "fsl-i2c"; |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 12 | bootph-all; |
Biwen Li | 213b190 | 2020-05-01 20:03:58 +0800 | [diff] [blame] | 13 | reg = <0x118000 0x100>; |
| 14 | interrupts = <38 2 0 0>; |
| 15 | }; |
| 16 | |
| 17 | i2c1: i2c@118100 { |
| 18 | #address-cells = <1>; |
| 19 | #size-cells = <0>; |
| 20 | cell-index = <1>; |
| 21 | compatible = "fsl-i2c"; |
Simon Glass | 8c103c3 | 2023-02-13 08:56:33 -0700 | [diff] [blame] | 22 | bootph-all; |
Biwen Li | 213b190 | 2020-05-01 20:03:58 +0800 | [diff] [blame] | 23 | reg = <0x118100 0x100>; |
| 24 | interrupts = <38 2 0 0>; |
| 25 | }; |