Merge tag 'sound-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[sfrench/cifs-2.6.git] / arch / arm64 / boot / dts / freescale / qoriq-fman3-0-1g-5.dtsi
1 /*
2  * QorIQ FMan v3 1g port #5 device tree
3  *
4  * Copyright 2012-2015 Freescale Semiconductor Inc.
5  *
6  * SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
7  */
8
9 fman@1a00000 {
10         fman0_rx_0x0d: port@8d000 {
11                 cell-index = <0xd>;
12                 compatible = "fsl,fman-v3-port-rx";
13                 reg = <0x8d000 0x1000>;
14         };
15
16         fman0_tx_0x2d: port@ad000 {
17                 cell-index = <0x2d>;
18                 compatible = "fsl,fman-v3-port-tx";
19                 reg = <0xad000 0x1000>;
20         };
21
22         ethernet@ea000 {
23                 cell-index = <5>;
24                 compatible = "fsl,fman-memac";
25                 reg = <0xea000 0x1000>;
26                 fsl,fman-ports = <&fman0_rx_0x0d &fman0_tx_0x2d>;
27                 ptp-timer = <&ptp_timer0>;
28                 pcsphy-handle = <&pcsphy5>;
29         };
30
31         mdio@eb000 {
32                 #address-cells = <1>;
33                 #size-cells = <0>;
34                 compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
35                 reg = <0xeb000 0x1000>;
36
37                 pcsphy5: ethernet-phy@0 {
38                         reg = <0x0>;
39                 };
40         };
41 };