ste-db8500.dtsi 952 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. #include "ste-dbx5x0.dtsi"
  3. / {
  4. cpus {
  5. cpu@300 {
  6. operating-points = <998400 0
  7. 798720 0
  8. 399360 0
  9. 199680 0>;
  10. };
  11. };
  12. reserved-memory {
  13. #address-cells = <1>;
  14. #size-cells = <1>;
  15. ranges;
  16. /* Modem trace memory */
  17. ram@6000000 {
  18. reg = <0x06000000 0x00f00000>;
  19. no-map;
  20. };
  21. /* Modem shared memory */
  22. ram@6f00000 {
  23. reg = <0x06f00000 0x00100000>;
  24. no-map;
  25. };
  26. /* Modem private memory */
  27. ram@7000000 {
  28. reg = <0x07000000 0x01000000>;
  29. no-map;
  30. };
  31. /*
  32. * Initial Secure Software ISSW memory
  33. *
  34. * This is probably only used if the kernel tries
  35. * to actually call into trustzone to run secure
  36. * applications, which the mainline kernel probably
  37. * will not do on this old chipset. But you can never
  38. * be too careful, so reserve this memory anyway.
  39. */
  40. ram@17f00000 {
  41. reg = <0x17f00000 0x00100000>;
  42. no-map;
  43. };
  44. };
  45. };