altr,tse.yaml (4f2c0a4acffbec01079c28f839422e64ddeff004) altr,tse.yaml (3079bfdbda6cc776b4fba4556258966753a6d840)
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/net/altr,tse.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Altera Triple Speed Ethernet MAC driver (TSE)
8

--- 52 unchanged lines hidden (view full) ---

61required:
62 - compatible
63 - reg
64 - interrupts
65 - rx-fifo-depth
66 - tx-fifo-depth
67
68allOf:
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2%YAML 1.2
3---
4$id: http://devicetree.org/schemas/net/altr,tse.yaml#
5$schema: http://devicetree.org/meta-schemas/core.yaml#
6
7title: Altera Triple Speed Ethernet MAC driver (TSE)
8

--- 52 unchanged lines hidden (view full) ---

61required:
62 - compatible
63 - reg
64 - interrupts
65 - rx-fifo-depth
66 - tx-fifo-depth
67
68allOf:
69 - $ref: "ethernet-controller.yaml#"
69 - $ref: ethernet-controller.yaml#
70 - if:
71 properties:
72 compatible:
73 contains:
74 enum:
75 - const: altr,tse-1.0
76 - const: ALTR,tse-1.0
77 then:

--- 91 unchanged lines hidden ---
70 - if:
71 properties:
72 compatible:
73 contains:
74 enum:
75 - const: altr,tse-1.0
76 - const: ALTR,tse-1.0
77 then:

--- 91 unchanged lines hidden ---