Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * Copyright 2013 Sascha Hauer, Pengutronix
0004  *
0005  * Copyright 2013-2021 TQ-Systems GmbH
0006  * Author: Markus Niebel <Markus.Niebel@tq-group.com>
0007  */
0008 
0009 &fec {
0010         pinctrl-names = "default";
0011         pinctrl-0 = <&pinctrl_enet>, <&pinctrl_enet_fix>;
0012 };
0013 
0014 &i2c1 {
0015         lm75: temperature-sensor@49 {
0016                 compatible = "national,lm75";
0017                 reg = <0x49>;
0018         };
0019 
0020         m24c64_57: eeprom@57 {
0021                 compatible = "atmel,24c64";
0022                 reg = <0x57>;
0023                 pagesize = <32>;
0024         };
0025 
0026         rtc0: rtc@68 {
0027                 compatible = "dallas,ds1339";
0028                 reg = <0x68>;
0029         };
0030 };