mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
6001b49920
The Beacon EmbeddedWorks kit is based on the R8A774B1 SoC also known as the RZ/G2N. The kit consists of a SOM + Baseboard and supports microSD, eMMC, Ethernet, a couple celular radios, two CAN interfaces, Bluetooth and WiFi. It shares much of the same design as the RZ/G2M dev kit. Signed-off-by: Adam Ford <aford173@gmail.com>
34 lines
356 B
Text
34 lines
356 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright 2020 Compass Electronics Group, LLC
|
|
*/
|
|
|
|
/ {
|
|
soc {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
};
|
|
|
|
&cpg {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&extal_clk {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&prr {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&extalr_clk {
|
|
u-boot,dm-pre-reloc;
|
|
};
|
|
|
|
&sdhi0 {
|
|
/delete-property/ cd-gpios;
|
|
};
|
|
|
|
&sdhi2 {
|
|
status = "disabled";
|
|
};
|