hip06.dtsi (4d75a171b67ffc3f4dadbd654c9d281091300eb2) | hip06.dtsi (06b29676555d9c0ccc26a1fa45f9b4ca0bdc4a37) |
---|---|
1/** 2 * dts file for Hisilicon D03 Development Board 3 * 4 * Copyright (C) 2016 Hisilicon Ltd. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * publishhed by the Free Software Foundation. --- 494 unchanged lines hidden (view full) --- 503 phy-handle = <&phy1>; 504 serdes-syscon= <&serdes_ctrl>; 505 port-rst-offset = <5>; 506 port-mode-offset = <3>; 507 media-type = "copper"; 508 }; 509 }; 510 | 1/** 2 * dts file for Hisilicon D03 Development Board 3 * 4 * Copyright (C) 2016 Hisilicon Ltd. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License version 2 as 8 * publishhed by the Free Software Foundation. --- 494 unchanged lines hidden (view full) --- 503 phy-handle = <&phy1>; 504 serdes-syscon= <&serdes_ctrl>; 505 port-rst-offset = <5>; 506 port-mode-offset = <3>; 507 media-type = "copper"; 508 }; 509 }; 510 |
511 eth0: ethernet@4{ | 511 eth0: ethernet-4{ |
512 compatible = "hisilicon,hns-nic-v2"; 513 ae-handle = <&dsaf0>; 514 port-idx-in-ae = <4>; 515 local-mac-address = [00 00 00 00 00 00]; 516 status = "disabled"; 517 dma-coherent; 518 }; 519 | 512 compatible = "hisilicon,hns-nic-v2"; 513 ae-handle = <&dsaf0>; 514 port-idx-in-ae = <4>; 515 local-mac-address = [00 00 00 00 00 00]; 516 status = "disabled"; 517 dma-coherent; 518 }; 519 |
520 eth1: ethernet@5{ | 520 eth1: ethernet-5{ |
521 compatible = "hisilicon,hns-nic-v2"; 522 ae-handle = <&dsaf0>; 523 port-idx-in-ae = <5>; 524 local-mac-address = [00 00 00 00 00 00]; 525 status = "disabled"; 526 dma-coherent; 527 }; 528 | 521 compatible = "hisilicon,hns-nic-v2"; 522 ae-handle = <&dsaf0>; 523 port-idx-in-ae = <5>; 524 local-mac-address = [00 00 00 00 00 00]; 525 status = "disabled"; 526 dma-coherent; 527 }; 528 |
529 eth2: ethernet@0{ | 529 eth2: ethernet-0{ |
530 compatible = "hisilicon,hns-nic-v2"; 531 ae-handle = <&dsaf0>; 532 port-idx-in-ae = <0>; 533 local-mac-address = [00 00 00 00 00 00]; 534 status = "disabled"; 535 dma-coherent; 536 }; 537 | 530 compatible = "hisilicon,hns-nic-v2"; 531 ae-handle = <&dsaf0>; 532 port-idx-in-ae = <0>; 533 local-mac-address = [00 00 00 00 00 00]; 534 status = "disabled"; 535 dma-coherent; 536 }; 537 |
538 eth3: ethernet@1{ | 538 eth3: ethernet-1{ |
539 compatible = "hisilicon,hns-nic-v2"; 540 ae-handle = <&dsaf0>; 541 port-idx-in-ae = <1>; 542 local-mac-address = [00 00 00 00 00 00]; 543 status = "disabled"; 544 dma-coherent; 545 }; 546 --- 126 unchanged lines hidden --- | 539 compatible = "hisilicon,hns-nic-v2"; 540 ae-handle = <&dsaf0>; 541 port-idx-in-ae = <1>; 542 local-mac-address = [00 00 00 00 00 00]; 543 status = "disabled"; 544 dma-coherent; 545 }; 546 --- 126 unchanged lines hidden --- |