Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: renesas: spider: Add Ethernet sub-board

Add a DTS file for the Spider Ether TSN sub-board (RTP8A779F0ASKB0ST0S),
and include it from the main r8a779f0-spider.dts.

For now its contents are limited to the Board ID EEPROM.

Extracted from a larger patch in the BSP by LUU HOAI.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Link: https://lore.kernel.org/r/5aa58816182b34d9e5795bc1e22784f4e4879d13.1643898884.git.geert+renesas@glider.be

+16
+15
arch/arm64/boot/dts/renesas/r8a779f0-spider-ethernet.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0 2 + /* 3 + * Device Tree Source for the Spider Ethernet sub-board 4 + * 5 + * Copyright (C) 2021 Renesas Electronics Corp. 6 + */ 7 + 8 + &i2c4 { 9 + eeprom@52 { 10 + compatible = "rohm,br24g01", "atmel,24c01"; 11 + label = "ethernet-sub-board"; 12 + reg = <0x52>; 13 + pagesize = <8>; 14 + }; 15 + };
+1
arch/arm64/boot/dts/renesas/r8a779f0-spider.dts
··· 7 7 8 8 /dts-v1/; 9 9 #include "r8a779f0-spider-cpu.dtsi" 10 + #include "r8a779f0-spider-ethernet.dtsi" 10 11 11 12 / { 12 13 model = "Renesas Spider CPU and Breakout boards based on r8a779f0";