Lines Matching +full:ixp4xx +full:- +full:network +full:- +full:processing +full:- +full:engine
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: "http://devicetree.org/schemas/net/intel,ixp4xx-ethernet.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: Intel IXP4xx ethernet
11 - $ref: "ethernet-controller.yaml#"
14 - Linus Walleij <linus.walleij@linaro.org>
17 The Intel IXP4xx ethernet makes use of the IXP4xx NPE (Network
18 Processing Engine) and the IXP4xx Queue Manager to process
24 const: intel,ixp4xx-ethernet
30 queue-rx:
31 $ref: '/schemas/types.yaml#/definitions/phandle-array'
35 queue-txready:
36 $ref: '/schemas/types.yaml#/definitions/phandle-array'
40 phy-mode: true
42 phy-handle: true
44 intel,npe-handle:
45 $ref: '/schemas/types.yaml#/definitions/phandle-array'
56 - compatible
57 - reg
58 - queue-rx
59 - queue-txready
60 - intel,npe-handle
65 - |
67 compatible = "intel,ixp4xx-network-processing-engine";
72 compatible = "intel,ixp4xx-ethernet";
74 queue-rx = <&qmgr 4>;
75 queue-txready = <&qmgr 21>;
76 intel,npe-handle = <&npe 1>;
77 phy-mode = "rgmii";
78 phy-handle = <&phy1>;
82 compatible = "intel,ixp4xx-ethernet";
84 queue-rx = <&qmgr 3>;
85 queue-txready = <&qmgr 20>;
86 intel,npe-handle = <&npe 2>;
87 phy-mode = "rgmii";
88 phy-handle = <&phy2>;
91 #address-cells = <1>;
92 #size-cells = <0>;
93 phy1: ethernet-phy@1 {
96 phy2: ethernet-phy@2 {