mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-17 16:53:06 +00:00
19 lines
294 B
Text
19 lines
294 B
Text
// SPDX-License-Identifier: GPL-2.0-only
|
|
/*
|
|
* Copyright (C) 2015 Phytec Messtechnik GmbH
|
|
* Author: Teresa Remmet <t.remmet@phytec.de>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "am335x-phycore-som.dtsi"
|
|
#include "am335x-wega.dtsi"
|
|
|
|
/* SoM */
|
|
&i2c_eeprom {
|
|
status = "okay";
|
|
};
|
|
|
|
&i2c_rtc {
|
|
status = "okay";
|
|
};
|