Merge tag 'omap-for-v5.14/gpt12-fix-signed' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-microblaze.git] / arch / arm64 / boot / dts / renesas / r8a779a0-falcon-csi-dsi.dtsi
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Device Tree Source for the Falcon CSI/DSI sub-board
4  *
5  * Copyright (C) 2021 Glider bv
6  */
7
8 &i2c0 {
9         pca9654_a: gpio@21 {
10                 compatible = "onnn,pca9654";
11                 reg = <0x21>;
12                 gpio-controller;
13                 #gpio-cells = <2>;
14         };
15
16         pca9654_b: gpio@22 {
17                 compatible = "onnn,pca9654";
18                 reg = <0x22>;
19                 gpio-controller;
20                 #gpio-cells = <2>;
21         };
22
23         pca9654_c: gpio@23 {
24                 compatible = "onnn,pca9654";
25                 reg = <0x23>;
26                 gpio-controller;
27                 #gpio-cells = <2>;
28         };
29
30         eeprom@52 {
31                 compatible = "rohm,br24g01", "atmel,24c01";
32                 label = "csi-dsi-sub-board-id";
33                 reg = <0x52>;
34                 pagesize = <8>;
35         };
36 };