1f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only 2f126890aSEmmanuel Vadot/* 3f126890aSEmmanuel Vadot * Copyright 2013 Sascha Hauer, Pengutronix 4f126890aSEmmanuel Vadot * 5f126890aSEmmanuel Vadot * Copyright 2013-2021 TQ-Systems GmbH 6f126890aSEmmanuel Vadot * Author: Markus Niebel <Markus.Niebel@tq-group.com> 7f126890aSEmmanuel Vadot */ 8f126890aSEmmanuel Vadot 9f126890aSEmmanuel Vadot&fec { 10f126890aSEmmanuel Vadot pinctrl-names = "default"; 11f126890aSEmmanuel Vadot pinctrl-0 = <&pinctrl_enet>, <&pinctrl_enet_fix>; 12f126890aSEmmanuel Vadot}; 13f126890aSEmmanuel Vadot 14f126890aSEmmanuel Vadot&i2c1 { 15f126890aSEmmanuel Vadot lm75: temperature-sensor@49 { 16*b2d2a78aSEmmanuel Vadot compatible = "national,lm75a"; 17f126890aSEmmanuel Vadot reg = <0x49>; 18aa1a8ff2SEmmanuel Vadot vs-supply = <®_mba6_3p3v>; 19f126890aSEmmanuel Vadot }; 20f126890aSEmmanuel Vadot 21f126890aSEmmanuel Vadot m24c64_57: eeprom@57 { 22f126890aSEmmanuel Vadot compatible = "atmel,24c64"; 23f126890aSEmmanuel Vadot reg = <0x57>; 24f126890aSEmmanuel Vadot pagesize = <32>; 250e8011faSEmmanuel Vadot vcc-supply = <®_mba6_3p3v>; 260e8011faSEmmanuel Vadot 270e8011faSEmmanuel Vadot nvmem-layout { 280e8011faSEmmanuel Vadot compatible = "fixed-layout"; 29f126890aSEmmanuel Vadot #address-cells = <1>; 30f126890aSEmmanuel Vadot #size-cells = <1>; 31f126890aSEmmanuel Vadot 32f126890aSEmmanuel Vadot mba_mac_address: mac-address@20 { 33f126890aSEmmanuel Vadot reg = <0x20 0x6>; 34f126890aSEmmanuel Vadot }; 35f126890aSEmmanuel Vadot }; 360e8011faSEmmanuel Vadot }; 37f126890aSEmmanuel Vadot 38f126890aSEmmanuel Vadot rtc0: rtc@68 { 39f126890aSEmmanuel Vadot compatible = "dallas,ds1339"; 40f126890aSEmmanuel Vadot reg = <0x68>; 41f126890aSEmmanuel Vadot }; 42f126890aSEmmanuel Vadot}; 43