mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-13 16:37:30 +00:00
4f71c80b0d
Add DT for DH DRC Compact unit, which is a universal controller device. The system has two ethernet ports, one CAN, RS485 and RS232, USB, uSD card slot, eMMC and SDIO Wi-Fi. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Patrice Chotard <patrice.chotard@foss.st.com> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
16 lines
394 B
Text
16 lines
394 B
Text
// SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause)
|
|
/*
|
|
* Copyright (C) 2022 Marek Vasut <marex@denx.de>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "stm32mp151.dtsi"
|
|
#include "stm32mp15xc.dtsi"
|
|
#include "stm32mp15xx-dhcor-som.dtsi"
|
|
#include "stm32mp15xx-dhcor-drc-compact.dtsi"
|
|
|
|
/ {
|
|
model = "DH electronics STM32MP15xx DHCOR DRC Compact";
|
|
compatible = "dh,stm32mp15xx-dhcor-drc-compact", "st,stm32mp1xx";
|
|
};
|