tegra210-p2530.dtsi 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. // SPDX-License-Identifier: GPL-2.0
  2. #include "tegra210.dtsi"
  3. / {
  4. model = "NVIDIA Tegra210 P2530 main board";
  5. compatible = "nvidia,p2530", "nvidia,tegra210";
  6. aliases {
  7. rtc1 = "/rtc@7000e000";
  8. serial0 = &uarta;
  9. };
  10. chosen {
  11. stdout-path = "serial0:115200n8";
  12. };
  13. memory {
  14. device_type = "memory";
  15. reg = <0x0 0x80000000 0x0 0xc0000000>;
  16. };
  17. /* debug port */
  18. serial@70006000 {
  19. status = "okay";
  20. };
  21. i2c@7000d000 {
  22. status = "okay";
  23. clock-frequency = <400000>;
  24. };
  25. pmc@7000e400 {
  26. nvidia,invert-interrupt;
  27. };
  28. /* eMMC */
  29. sdhci@700b0600 {
  30. status = "okay";
  31. bus-width = <8>;
  32. non-removable;
  33. };
  34. clocks {
  35. compatible = "simple-bus";
  36. #address-cells = <1>;
  37. #size-cells = <0>;
  38. clk32k_in: clock@0 {
  39. compatible = "fixed-clock";
  40. reg = <0>;
  41. #clock-cells = <0>;
  42. clock-frequency = <32768>;
  43. };
  44. };
  45. cpus {
  46. cpu@0 {
  47. enable-method = "psci";
  48. };
  49. cpu@1 {
  50. enable-method = "psci";
  51. };
  52. cpu@2 {
  53. enable-method = "psci";
  54. };
  55. cpu@3 {
  56. enable-method = "psci";
  57. };
  58. };
  59. psci {
  60. compatible = "arm,psci-0.2";
  61. method = "smc";
  62. };
  63. };