am335x-bonegreen.dts 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. };
  15. &ldo3_reg {
  16. regulator-min-microvolt = <1800000>;
  17. regulator-max-microvolt = <1800000>;
  18. regulator-always-on;
  19. };
  20. &mmc1 {
  21. vmmc-supply = <&vmmcsd_fixed>;
  22. };
  23. &mmc2 {
  24. vmmc-supply = <&vmmcsd_fixed>;
  25. pinctrl-names = "default";
  26. pinctrl-0 = <&emmc_pins>;
  27. bus-width = <8>;
  28. status = "okay";
  29. };
  30. &am33xx_pinmux {
  31. uart2_pins: uart2_pins {
  32. pinctrl-single,pins = <
  33. AM33XX_IOPAD(0x950, PIN_INPUT | MUX_MODE1) /* spi0_sclk.uart2_rxd */
  34. AM33XX_IOPAD(0x954, PIN_OUTPUT | MUX_MODE1) /* spi0_d0.uart2_txd */
  35. >;
  36. };
  37. };
  38. &uart2 {
  39. pinctrl-names = "default";
  40. pinctrl-0 = <&uart2_pins>;
  41. status = "okay";
  42. };
  43. &rtc {
  44. system-power-controller;
  45. };