ste-db9500.dtsi 667 B

12345678910111213141516171819202122232425262728293031323334
  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. /*
  17. * Initial Secure Software ISSW memory
  18. *
  19. * This is probably only used if the kernel tries
  20. * to actually call into trustzone to run secure
  21. * applications, which the mainline kernel probably
  22. * will not do on this old chipset. But you can never
  23. * be too careful, so reserve this memory anyway.
  24. */
  25. ram@17f00000 {
  26. reg = <0x17f00000 0x00100000>;
  27. no-map;
  28. };
  29. };
  30. };