arm-realview-eb-11mp.dts 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /*
  2. * Copyright 2016 Linaro Ltd
  3. *
  4. * Permission is hereby granted, free of charge, to any person obtaining a copy
  5. * of this software and associated documentation files (the "Software"), to deal
  6. * in the Software without restriction, including without limitation the rights
  7. * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  8. * copies of the Software, and to permit persons to whom the Software is
  9. * furnished to do so, subject to the following conditions:
  10. *
  11. * The above copyright notice and this permission notice shall be included in
  12. * all copies or substantial portions of the Software.
  13. *
  14. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  15. * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  16. * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  17. * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  18. * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  19. * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  20. * THE SOFTWARE.
  21. */
  22. /dts-v1/;
  23. #include "arm-realview-eb-mp.dtsi"
  24. / {
  25. model = "ARM RealView Emulation Baseboard with ARM11MPCore Rev C Core Tile";
  26. arm,hbi = <0x146>;
  27. /*
  28. * This is the ARM11 MPCore tile (HBI-0146) used with the RealView EB.
  29. * Reference: ARM DUI 0318F
  30. *
  31. * To run this machine with QEMU, specify the following:
  32. * qemu-system-arm -M realview-eb-mpcore -smp cpus=4
  33. */
  34. cpus {
  35. #address-cells = <1>;
  36. #size-cells = <0>;
  37. enable-method = "arm,realview-smp";
  38. MP11_0: cpu@0 {
  39. device_type = "cpu";
  40. compatible = "arm,arm11mpcore";
  41. reg = <0>;
  42. next-level-cache = <&L2>;
  43. };
  44. MP11_1: cpu@1 {
  45. device_type = "cpu";
  46. compatible = "arm,arm11mpcore";
  47. reg = <1>;
  48. next-level-cache = <&L2>;
  49. };
  50. MP11_2: cpu@2 {
  51. device_type = "cpu";
  52. compatible = "arm,arm11mpcore";
  53. reg = <2>;
  54. next-level-cache = <&L2>;
  55. };
  56. MP11_3: cpu@3 {
  57. device_type = "cpu";
  58. compatible = "arm,arm11mpcore";
  59. reg = <3>;
  60. next-level-cache = <&L2>;
  61. };
  62. };
  63. };
  64. &pmu {
  65. interrupt-affinity = <&MP11_0>, <&MP11_1>, <&MP11_2>, <&MP11_3>;
  66. };