fsl-imx8qxp.dtsi 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Copyright 2018 NXP
  4. *
  5. * This program is free software; you can redistribute it and/or
  6. * modify it under the terms of the GNU General Public License
  7. * as published by the Free Software Foundation; either version 2
  8. * of the License, or (at your option) any later version.
  9. *
  10. * This program is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. * GNU General Public License for more details.
  14. */
  15. #include "fsl-imx8dxp.dtsi"
  16. / {
  17. model = "Freescale i.MX8QXP";
  18. compatible = "fsl,imx8qxp";
  19. cpus {
  20. A35_2: cpu@2 {
  21. device_type = "cpu";
  22. compatible = "arm,cortex-a35";
  23. reg = <0x0 0x2>;
  24. enable-method = "psci";
  25. next-level-cache = <&A35_L2>;
  26. };
  27. A35_3: cpu@3 {
  28. device_type = "cpu";
  29. compatible = "arm,cortex-a35";
  30. reg = <0x0 0x3>;
  31. enable-method = "psci";
  32. next-level-cache = <&A35_L2>;
  33. };
  34. };
  35. pmu {
  36. interrupt-affinity = <&A35_0>, <&A35_1>, <&A35_2>, <&A35_3>;
  37. };
  38. };
  39. &A35_2 {
  40. device_type = "cpu";
  41. };
  42. &A35_3 {
  43. device_type = "cpu";
  44. };