imx28-m28.dtsi 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /*
  2. * Copyright (C) 2014 Marek Vasut <marex@denx.de>
  3. *
  4. * The code contained herein is licensed under the GNU General Public
  5. * License. You may obtain a copy of the GNU General Public License
  6. * Version 2 or later at the following locations:
  7. *
  8. * http://www.opensource.org/licenses/gpl-license.html
  9. * http://www.gnu.org/copyleft/gpl.html
  10. */
  11. #include "imx28.dtsi"
  12. / {
  13. model = "DENX M28";
  14. compatible = "denx,m28", "fsl,imx28";
  15. memory {
  16. reg = <0x40000000 0x08000000>;
  17. };
  18. apb@80000000 {
  19. apbh@80000000 {
  20. gpmi-nand@8000c000 {
  21. #address-cells = <1>;
  22. #size-cells = <1>;
  23. pinctrl-names = "default";
  24. pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg>;
  25. status = "okay";
  26. };
  27. };
  28. apbx@80040000 {
  29. i2c0: i2c@80058000 {
  30. pinctrl-names = "default";
  31. pinctrl-0 = <&i2c0_pins_a>;
  32. status = "okay";
  33. rtc: rtc@68 {
  34. compatible = "st,m41t62";
  35. reg = <0x68>;
  36. };
  37. };
  38. };
  39. };
  40. regulators {
  41. compatible = "simple-bus";
  42. #address-cells = <1>;
  43. #size-cells = <0>;
  44. reg_3p3v: regulator@0 {
  45. compatible = "regulator-fixed";
  46. reg = <0>;
  47. regulator-name = "3P3V";
  48. regulator-min-microvolt = <3300000>;
  49. regulator-max-microvolt = <3300000>;
  50. regulator-always-on;
  51. };
  52. };
  53. };