Advertisement
JetForMe

am335x-boneblack-audio-emmc.dtb

Apr 5th, 2016
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  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.  
  10. #include "am33xx.dtsi"
  11. #include "am33xx-es2.dtsi"
  12. #include "am335x-bone-common.dtsi"
  13. #include "am33xx-overlay-edma-fix.dtsi"
  14.  
  15. / {
  16. model = "TI AM335x BeagleBone Black";
  17. compatible = "ti,am335x-bone-black", "ti,am335x-bone", "ti,am33xx";
  18.  
  19. clk_mcasp0_fixed: clk_mcasp0_fixed {
  20. #clock-cells = <0>;
  21. compatible = "fixed-clock";
  22. clock-frequency = <24576000>;
  23. };
  24.  
  25. clk_mcasp0: clk_mcasp0 {
  26. #clock-cells = <0>;
  27. compatible = "gpio-gate-clock";
  28. clocks = <&clk_mcasp0_fixed>;
  29. enable-gpios = <&gpio1 27 GPIO_ACTIVE_HIGH>; /* BeagleBone Black Clk enable on GPIO1_27 */
  30. };
  31. };
  32.  
  33. &ldo3_reg {
  34. regulator-min-microvolt = <1800000>;
  35. regulator-max-microvolt = <1800000>;
  36. regulator-always-on;
  37. };
  38.  
  39. &mmc1 {
  40. vmmc-supply = <&vmmcsd_fixed>;
  41. };
  42.  
  43. &mmc2 {
  44. vmmc-supply = <&vmmcsd_fixed>;
  45. pinctrl-names = "default";
  46. pinctrl-0 = <&emmc_pins>;
  47. bus-width = <8>;
  48. status = "okay";
  49. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement