dra76x.dtsi 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /*
  2. * Copyright (C) 2017 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. #include "dra74x.dtsi"
  9. / {
  10. compatible = "ti,dra76", "ti,dra7";
  11. ocp {
  12. cal: cal@4845b000 {
  13. compatible = "ti,dra72-cal";
  14. ti,hwmods = "cal";
  15. reg = <0x489B0000 0x400>,
  16. <0x489B0800 0x40>,
  17. <0x489B0900 0x40>,
  18. <0x4A0026DC 0x4>;
  19. reg-names = "cal_top",
  20. "cal_rx_core0",
  21. "cal_rx_core1",
  22. "camerrx_control";
  23. interrupts = <GIC_SPI 353 IRQ_TYPE_LEVEL_HIGH>;
  24. #address-cells = <1>;
  25. #size-cells = <0>;
  26. status = "disabled";
  27. ports {
  28. #address-cells = <1>;
  29. #size-cells = <0>;
  30. csi2_0: port@0 {
  31. reg = <0>;
  32. };
  33. csi2_1: port@1 {
  34. reg = <1>;
  35. };
  36. };
  37. };
  38. };
  39. };
  40. &cpu0_opp_table {
  41. opp_plus@1800000000 {
  42. opp-hz = /bits/ 64 <1800000000>;
  43. opp-microvolt = <1250000 950000 1250000>,
  44. <1250000 950000 1250000>;
  45. opp-supported-hw = <0xFF 0x08>;
  46. };
  47. };
  48. &mmc3 {
  49. max-frequency = <96000000>;
  50. };