lkml.org 
[lkml]   [2016]   [Oct]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[Patch v5 11/12] MIPS: xilfpga: Add DT node for AXI emaclite
    Date
    The xilfpga platform has a Xilinx AXI emaclite block.

    Add the DT node to use it.

    Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>

    ---
    V3 -> V4
    No change

    V2 -> V3
    No change

    V1 -> V2
    Removed accidental local-mac-address entry
    ---
    arch/mips/boot/dts/xilfpga/nexys4ddr.dts | 26 ++++++++++++++++++++++++++
    1 file changed, 26 insertions(+)

    diff --git a/arch/mips/boot/dts/xilfpga/nexys4ddr.dts b/arch/mips/boot/dts/xilfpga/nexys4ddr.dts
    index f5ebab8..09a62f2 100644
    --- a/arch/mips/boot/dts/xilfpga/nexys4ddr.dts
    +++ b/arch/mips/boot/dts/xilfpga/nexys4ddr.dts
    @@ -42,6 +42,32 @@
    xlnx,tri-default = <0xffffffff>;
    } ;

    + axi_ethernetlite: ethernet@10e00000 {
    + compatible = "xlnx,xps-ethernetlite-3.00.a";
    + device_type = "network";
    + interrupt-parent = <&axi_intc>;
    + interrupts = <1>;
    + phy-handle = <&phy0>;
    + reg = <0x10e00000 0x10000>;
    + xlnx,duplex = <0x1>;
    + xlnx,include-global-buffers = <0x1>;
    + xlnx,include-internal-loopback = <0x0>;
    + xlnx,include-mdio = <0x1>;
    + xlnx,instance = "axi_ethernetlite_inst";
    + xlnx,rx-ping-pong = <0x1>;
    + xlnx,s-axi-id-width = <0x1>;
    + xlnx,tx-ping-pong = <0x1>;
    + xlnx,use-internal = <0x0>;
    + mdio {
    + #address-cells = <1>;
    + #size-cells = <0>;
    + phy0: phy@1 {
    + device_type = "ethernet-phy";
    + reg = <1>;
    + };
    + };
    + };
    +
    axi_uart16550: serial@10400000 {
    compatible = "ns16550a";
    reg = <0x10400000 0x10000>;
    --
    1.9.1
    \
     
     \ /
      Last update: 2016-10-17 18:54    [W:5.161 / U:0.240 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site