Advertisement
x40

AllWinner H5 (NanoPi K1+) u-boot networking

x40
Jan 12th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. aliases {
  2. serial0 = &uart0;
  3. ethernet0 = &emac;
  4. };
  5. U-Boot dump of the loaded DTB on running system follows:
  6.  
  7. => bdinfo
  8. arch_number = 0x00000000
  9. boot_params = 0x40000100
  10. DRAM bank = 0x00000000
  11. -> start = 0x40000000
  12. -> size = 0x80000000
  13. baudrate = 115200 bps
  14. TLB addr = 0xBFFF0000
  15. relocaddr = 0xBDF4B000
  16. reloc off = 0x73F4B000
  17. irq_sp = 0xB9F27590
  18. sp start = 0xB9F27590
  19. Early malloc usage: 2d8 / 400
  20. fdt_blob = 00000000b9f275a8
  21. => fdt addr 00000000b9f275a8
  22. => fdt print ethernet0
  23. ethernet@1c30000 {
  24. compatible = "allwinner,sun8i-h3-emac";
  25. syscon = <0x0000000e>;
  26. reg = <0x01c30000 0x00010000>;
  27. interrupts = <0x00000000 0x00000052 0x00000004>;
  28. interrupt-names = "macirq";
  29. resets = <0x00000005 0x0000000c>;
  30. reset-names = "stmmaceth";
  31. clocks = <0x00000005 0x0000001b>;
  32. clock-names = "stmmaceth";
  33. #address-cells = <0x00000001>;
  34. #size-cells = <0x00000000>;
  35. status = "okay";
  36. mac-address = [00 00 00 00 00 00];
  37. mdio {
  38. #address-cells = <0x00000001>;
  39. #size-cells = <0x00000000>;
  40. compatible = "snps,dwmac-mdio";
  41. phandle = <0x0000000f>;
  42. };
  43. mdio-mux {
  44. compatible = "allwinner,sun8i-h3-mdio-mux";
  45. #address-cells = <0x00000001>;
  46. #size-cells = <0x00000000>;
  47. mdio-parent-bus = <0x0000000f>;
  48. mdio@1 {
  49. compatible = "allwinner,sun8i-h3-mdio-internal";
  50. reg = <0x00000001>;
  51. #address-cells = <0x00000001>;
  52. #size-cells = <0x00000000>;
  53. ethernet-phy@1 {
  54. compatible = "ethernet-phy-ieee802.3-c22";
  55. reg = <0x00000001>;
  56. clocks = <0x00000005 0x00000043>;
  57. resets = <0x00000005 0x00000027>;
  58. };
  59. };
  60. mdio@2 {
  61. reg = <0x00000002>;
  62. #address-cells = <0x00000001>;
  63. #size-cells = <0x00000000>;
  64. };
  65. };
  66. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement