mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
d1bbe1bedd
Add DTs for R8A779F0 S4 Spider CPU boards and Breakout boards. Based on Linux next 20230228 DTs up to commit 058f4df42121 ("Add linux-next specific files for 20230228") Reviewed-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Signed-off-by: Hai Pham <hai.pham.ud@renesas.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> [Marek: Sync with Linux next 20230228, update commit message]
24 lines
549 B
Text
24 lines
549 B
Text
// SPDX-License-Identifier: (GPL-2.0 or MIT)
|
|
/*
|
|
* Device Tree Source for the Spider CPU and BreakOut boards
|
|
*
|
|
* Copyright (C) 2021 Renesas Electronics Corp.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "r8a779f0-spider-cpu.dtsi"
|
|
#include "r8a779f0-spider-ethernet.dtsi"
|
|
|
|
/ {
|
|
model = "Renesas Spider CPU and Breakout boards based on r8a779f0";
|
|
compatible = "renesas,spider-breakout", "renesas,spider-cpu", "renesas,r8a779f0";
|
|
};
|
|
|
|
&i2c4 {
|
|
eeprom@51 {
|
|
compatible = "rohm,br24g01", "atmel,24c01";
|
|
label = "breakout-board";
|
|
reg = <0x51>;
|
|
pagesize = <8>;
|
|
};
|
|
};
|