exynos5422-odroidxu3.dts 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Hardkernel Odroid XU3 board device tree source
  4. *
  5. * Copyright (c) 2014 Collabora Ltd.
  6. * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  7. * http://www.samsung.com
  8. */
  9. /dts-v1/;
  10. #include "exynos5422-odroidxu3-common.dtsi"
  11. #include "exynos5422-odroidxu3-audio.dtsi"
  12. #include "exynos54xx-odroidxu-leds.dtsi"
  13. / {
  14. model = "Hardkernel Odroid XU3";
  15. compatible = "hardkernel,odroid-xu3", "samsung,exynos5800", "samsung,exynos5";
  16. aliases {
  17. ethernet = &ethernet;
  18. };
  19. };
  20. &i2c_0 {
  21. status = "okay";
  22. /* A15 cluster: VDD_ARM */
  23. power-sensor@40 {
  24. compatible = "ti,ina231";
  25. reg = <0x40>;
  26. shunt-resistor = <10000>;
  27. };
  28. /* memory: VDD_MEM */
  29. power-sensor@41 {
  30. compatible = "ti,ina231";
  31. reg = <0x41>;
  32. shunt-resistor = <10000>;
  33. };
  34. /* GPU: VDD_G3D */
  35. power-sensor@44 {
  36. compatible = "ti,ina231";
  37. reg = <0x44>;
  38. shunt-resistor = <10000>;
  39. };
  40. /* A7 cluster: VDD_KFC */
  41. power-sensor@45 {
  42. compatible = "ti,ina231";
  43. reg = <0x45>;
  44. shunt-resistor = <10000>;
  45. };
  46. };
  47. &ldo28_reg {
  48. regulator-name = "dp_p3v3";
  49. regulator-min-microvolt = <3300000>;
  50. regulator-max-microvolt = <3300000>;
  51. };
  52. &pwm {
  53. /*
  54. * PWM 0 -- fan
  55. * PWM 1 -- Green LED
  56. * PWM 2 -- Blue LED
  57. * PWM 3 -- on MIPI connector for backlight
  58. */
  59. pinctrl-0 = <&pwm0_out &pwm1_out &pwm2_out &pwm3_out>;
  60. pinctrl-names = "default";
  61. status = "okay";
  62. };
  63. &usbdrd_dwc3_1 {
  64. dr_mode = "peripheral";
  65. };
  66. &usbhost2 {
  67. #address-cells = <1>;
  68. #size-cells = <0>;
  69. hub@1 {
  70. compatible = "usb424,9514";
  71. reg = <1>;
  72. #address-cells = <1>;
  73. #size-cells = <0>;
  74. ethernet: ethernet@1 {
  75. compatible = "usb424,ec00";
  76. reg = <1>;
  77. local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
  78. };
  79. };
  80. };