mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 11:58:21 +07:00
e3630fd9aa
Adding support for phyBOARD-REGOR-AM335x: - CAN - UART0 / UART2 - RS485 - USB device - i2c RTC - SD - ethernet0 RMII - ethernet1 MII - Digital I/Os Signed-off-by: Teresa Remmet <t.remmet@phytec.de> Signed-off-by: Tony Lindgren <tony@atomide.com>
25 lines
328 B
Plaintext
25 lines
328 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (C) 2019 Phytec Messtechnik GmbH
|
|
* Author: Teresa Remmet <t.remmet@phytec.de>
|
|
*
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "am335x-phycore-som.dtsi"
|
|
#include "am335x-regor.dtsi"
|
|
|
|
/* SoM */
|
|
&gpmc {
|
|
status = "okay";
|
|
};
|
|
|
|
&i2c_eeprom {
|
|
status = "okay";
|
|
};
|
|
|
|
&serial_flash {
|
|
status = "okay";
|
|
};
|