/arch/arm/boot/dts/imx28-m28.dtsi

https://gitlab.com/veo-labs/linux · Device Tree · 87 lines · 64 code · 13 blank · 10 comment · 0 complexity · 800c75679d51804021aee59d5c050fb2 MD5 · raw file

  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. partition@0 {
  27. label = "bootloader";
  28. reg = <0x00000000 0x00300000>;
  29. read-only;
  30. };
  31. partition@1 {
  32. label = "environment";
  33. reg = <0x00300000 0x00080000>;
  34. };
  35. partition@2 {
  36. label = "redundant-environment";
  37. reg = <0x00380000 0x00080000>;
  38. };
  39. partition@3 {
  40. label = "kernel";
  41. reg = <0x00400000 0x00400000>;
  42. };
  43. partition@4 {
  44. label = "filesystem";
  45. reg = <0x00800000 0x0f800000>;
  46. };
  47. };
  48. };
  49. apbx@80040000 {
  50. i2c0: i2c@80058000 {
  51. pinctrl-names = "default";
  52. pinctrl-0 = <&i2c0_pins_a>;
  53. status = "okay";
  54. rtc: rtc@68 {
  55. compatible = "stm,m41t62";
  56. reg = <0x68>;
  57. };
  58. };
  59. };
  60. };
  61. regulators {
  62. compatible = "simple-bus";
  63. #address-cells = <1>;
  64. #size-cells = <0>;
  65. reg_3p3v: regulator@0 {
  66. compatible = "regulator-fixed";
  67. reg = <0>;
  68. regulator-name = "3P3V";
  69. regulator-min-microvolt = <3300000>;
  70. regulator-max-microvolt = <3300000>;
  71. regulator-always-on;
  72. };
  73. };
  74. };