exynos5422-odroidxu3.dts 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /*
  2. * Hardkernel Odroid XU3 board device tree source
  3. *
  4. * Copyright (c) 2014 Collabora Ltd.
  5. * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  6. * http://www.samsung.com
  7. *
  8. * This program is free software; you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License version 2 as
  10. * published by the Free Software Foundation.
  11. */
  12. /dts-v1/;
  13. #include "exynos5422-odroidxu3-common.dtsi"
  14. #include "exynos5422-odroidxu3-audio.dtsi"
  15. #include "exynos54xx-odroidxu-leds.dtsi"
  16. / {
  17. model = "Hardkernel Odroid XU3";
  18. compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
  19. };
  20. &i2c_0 {
  21. status = "okay";
  22. /* A15 cluster: VDD_ARM */
  23. ina231@40 {
  24. compatible = "ti,ina231";
  25. reg = <0x40>;
  26. shunt-resistor = <10000>;
  27. };
  28. /* memory: VDD_MEM */
  29. ina231@41 {
  30. compatible = "ti,ina231";
  31. reg = <0x41>;
  32. shunt-resistor = <10000>;
  33. };
  34. /* GPU: VDD_G3D */
  35. ina231@44 {
  36. compatible = "ti,ina231";
  37. reg = <0x44>;
  38. shunt-resistor = <10000>;
  39. };
  40. /* A7 cluster: VDD_KFC */
  41. ina231@45 {
  42. compatible = "ti,ina231";
  43. reg = <0x45>;
  44. shunt-resistor = <10000>;
  45. };
  46. };
  47. &pwm {
  48. /*
  49. * PWM 0 -- fan
  50. * PWM 1 -- Green LED
  51. * PWM 2 -- Blue LED
  52. * PWM 3 -- on MIPI connector for backlight
  53. */
  54. pinctrl-0 = <&pwm0_out &pwm1_out &pwm2_out &pwm3_out>;
  55. pinctrl-names = "default";
  56. status = "okay";
  57. };
  58. &usbdrd_dwc3_1 {
  59. dr_mode = "peripheral";
  60. };