am335x-bonegreen.dts 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*
  2. * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. /dts-v1/;
  9. #include "am33xx.dtsi"
  10. #include "am335x-bone-common.dtsi"
  11. / {
  12. model = "TI AM335x BeagleBone Green";
  13. compatible = "ti,am335x-bone-green", "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
  14. chosen {
  15. stdout-path = &uart0;
  16. tick-timer = &timer2;
  17. };
  18. };
  19. &ldo3_reg {
  20. regulator-min-microvolt = <1800000>;
  21. regulator-max-microvolt = <1800000>;
  22. regulator-always-on;
  23. };
  24. &mmc1 {
  25. vmmc-supply = <&vmmcsd_fixed>;
  26. };
  27. &mmc2 {
  28. vmmc-supply = <&vmmcsd_fixed>;
  29. pinctrl-names = "default";
  30. pinctrl-0 = <&emmc_pins>;
  31. bus-width = <8>;
  32. status = "okay";
  33. };
  34. &am33xx_pinmux {
  35. uart2_pins: uart2_pins {
  36. pinctrl-single,pins = <
  37. AM33XX_IOPAD(0x950, PIN_INPUT | MUX_MODE1) /* spi0_sclk.uart2_rxd */
  38. AM33XX_IOPAD(0x954, PIN_OUTPUT | MUX_MODE1) /* spi0_d0.uart2_txd */
  39. >;
  40. };
  41. };
  42. &uart2 {
  43. pinctrl-names = "default";
  44. pinctrl-0 = <&uart2_pins>;
  45. status = "okay";
  46. };
  47. &rtc {
  48. system-power-controller;
  49. };