t8103-j457.dts 857 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. // SPDX-License-Identifier: GPL-2.0+ OR MIT
  2. /*
  3. * Apple iMac (24-inch, 2x USB-C, M1, 2020)
  4. *
  5. * target-type: J457
  6. *
  7. * Copyright The Asahi Linux Contributors
  8. */
  9. /dts-v1/;
  10. #include "t8103.dtsi"
  11. #include "t8103-jxxx.dtsi"
  12. / {
  13. compatible = "apple,j457", "apple,t8103", "apple,arm-platform";
  14. model = "Apple iMac (24-inch, 2x USB-C, M1, 2020)";
  15. aliases {
  16. ethernet0 = &ethernet0;
  17. };
  18. };
  19. &wifi0 {
  20. brcm,board-type = "apple,santorini";
  21. };
  22. /*
  23. * Force the bus number assignments so that we can declare some of the
  24. * on-board devices and properties that are populated by the bootloader
  25. * (such as MAC addresses).
  26. */
  27. &port02 {
  28. bus-range = <3 3>;
  29. status = "okay";
  30. ethernet0: ethernet@0,0 {
  31. reg = <0x30000 0x0 0x0 0x0 0x0>;
  32. /* To be filled by the loader */
  33. local-mac-address = [00 10 18 00 00 00];
  34. };
  35. };
  36. &pcie0_dart_2 {
  37. status = "okay";
  38. };