mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
arm64: dts: renesas: white-hawk: Add CSI/DSI sub-board
Add a DTS file for the R-Car V4H White Hawk CSI/DSI sub-board (RTP8A779G0ASKB0SC0SA000), and include it from the main r8a779g0-white-hawk.dts. For now its contents are limited to the Board ID EEPROM. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/265f7782743c539c57906e8207785f8b0d80d5d0.1662715538.git.geert+renesas@glider.be
This commit is contained in:
15
arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-csi-dsi.dtsi
Normal file
15
arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-csi-dsi.dtsi
Normal file
@@ -0,0 +1,15 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
|
||||
/*
|
||||
* Device Tree Source for the R-Car V4H White Hawk CSI/DSI sub-board
|
||||
*
|
||||
* Copyright (C) 2022 Glider bv
|
||||
*/
|
||||
|
||||
&i2c0 {
|
||||
eeprom@52 {
|
||||
compatible = "rohm,br24g01", "atmel,24c01";
|
||||
label = "csi-dsi-sub-board-id";
|
||||
reg = <0x52>;
|
||||
pagesize = <8>;
|
||||
};
|
||||
};
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
/dts-v1/;
|
||||
#include "r8a779g0-white-hawk-cpu.dtsi"
|
||||
#include "r8a779g0-white-hawk-csi-dsi.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Renesas White Hawk CPU and Breakout boards based on r8a779g0";
|
||||
|
||||
Reference in New Issue
Block a user