imx6qdl-mba6a.dtsi 536 B

123456789101112131415161718192021222324252627282930
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright 2013 Sascha Hauer, Pengutronix
  4. *
  5. * Copyright 2013-2021 TQ-Systems GmbH
  6. * Author: Markus Niebel <[email protected]>
  7. */
  8. &fec {
  9. pinctrl-names = "default";
  10. pinctrl-0 = <&pinctrl_enet>, <&pinctrl_enet_fix>;
  11. };
  12. &i2c1 {
  13. lm75: temperature-sensor@49 {
  14. compatible = "national,lm75";
  15. reg = <0x49>;
  16. };
  17. m24c64_57: eeprom@57 {
  18. compatible = "atmel,24c64";
  19. reg = <0x57>;
  20. pagesize = <32>;
  21. };
  22. rtc0: rtc@68 {
  23. compatible = "dallas,ds1339";
  24. reg = <0x68>;
  25. };
  26. };