imx8mp-msc-sm2s-14N0600E.dtsi 876 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. // SPDX-License-Identifier: GPL-2.0
  2. /*
  3. * Copyright (C) 2022 Avnet Embedded GmbH
  4. */
  5. /dts-v1/;
  6. #include "imx8mp-msc-sm2s.dtsi"
  7. / {
  8. memory@40000000 {
  9. device_type = "memory";
  10. reg = <0x0 0x40000000 0 0x80000000>; /* bank0, 2GiB */
  11. };
  12. };
  13. &cpu_alert0 {
  14. temperature = <95000>;
  15. };
  16. &cpu_crit0 {
  17. temperature = <105000>;
  18. };
  19. &soc_alert0 {
  20. temperature = <95000>;
  21. };
  22. &soc_crit0 {
  23. temperature = <105000>;
  24. };
  25. &tca6424 {
  26. gbe0-int-hog {
  27. gpio-hog;
  28. input;
  29. gpios = <3 GPIO_ACTIVE_LOW>;
  30. };
  31. gbe1-int-hog {
  32. gpio-hog;
  33. input;
  34. gpios = <4 GPIO_ACTIVE_LOW>;
  35. };
  36. cam2-rst-hog {
  37. gpio-hog;
  38. output-high;
  39. gpios = <9 GPIO_ACTIVE_LOW>;
  40. };
  41. cam2-pwr-hog {
  42. gpio-hog;
  43. output-high;
  44. gpios = <10 GPIO_ACTIVE_LOW>;
  45. };
  46. tpm-int-hog {
  47. gpio-hog;
  48. input;
  49. gpios = <13 GPIO_ACTIVE_LOW>;
  50. };
  51. wifi-int-hog {
  52. gpio-hog;
  53. input;
  54. gpios = <14 GPIO_ACTIVE_LOW>;
  55. };
  56. };