km8321-uboot.dtsi 799 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. // SPDX-License-Identifier: GPL-2.0+
  2. /*
  3. * Hitachi Power Grids 8321 U-Boot specific Device Tree Source parts
  4. *
  5. * Copyright (C) 2020 Heiko Schocher <hs@denx.de>
  6. *
  7. */
  8. / {
  9. cpus {
  10. bootph-all;
  11. PowerPC,8321@0 {
  12. bootph-all;
  13. };
  14. };
  15. chosen {
  16. stdout-path = &serial0;
  17. };
  18. };
  19. &enet_piggy2 {
  20. status = "okay";
  21. };
  22. &qe {
  23. compatible = "fsl,qe", "simple-bus";
  24. };
  25. &serial0 {
  26. clock-frequency = <132000000>;
  27. bootph-all;
  28. };
  29. &soc {
  30. bootph-all;
  31. par_io@1400 {
  32. compatible = "fsl,mpc8360-par_io";
  33. bootph-all;
  34. serial_pin@0 {
  35. bootph-all;
  36. };
  37. ucc_pin@0 {
  38. bootph-all;
  39. };
  40. ucc_pin@1 {
  41. bootph-all;
  42. };
  43. ucc_pin@3 {
  44. bootph-all;
  45. };
  46. ucc_pin@4 {
  47. bootph-all;
  48. };
  49. ucc_pin@5 {
  50. bootph-all;
  51. };
  52. ucc_pin@6 {
  53. bootph-all;
  54. };
  55. ucc_pin@7 {
  56. bootph-all;
  57. };
  58. };
  59. };