mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 01:17:39 +00:00
d30b2bf3b3
Signed-off-by: Andrew Davis <afd@ti.com>
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";
|
|
};
|