~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*
  3  * Device Tree file for Freescale LS2088A RDB Board.
  4  *
  5  * Copyright 2016 Freescale Semiconductor, Inc.
  6  * Copyright 2017 NXP
  7  *
  8  * Abhimanyu Saini <abhimanyu.saini@nxp.com>
  9  *
 10  */
 11 
 12 /dts-v1/;
 13 
 14 #include "fsl-ls2088a.dtsi"
 15 #include "fsl-ls208xa-rdb.dtsi"
 16 
 17 / {
 18         model = "Freescale Layerscape 2088A RDB Board";
 19         compatible = "fsl,ls2088a-rdb", "fsl,ls2088a";
 20 
 21         chosen {
 22                 stdout-path = "serial1:115200n8";
 23         };
 24 };
 25 
 26 &dpmac1 {
 27         phy-handle = <&mdio1_phy1>;
 28         phy-connection-type = "10gbase-r";
 29 };
 30 
 31 &dpmac2 {
 32         phy-handle = <&mdio1_phy2>;
 33         phy-connection-type = "10gbase-r";
 34 };
 35 
 36 &dpmac3 {
 37         phy-handle = <&mdio1_phy3>;
 38         phy-connection-type = "10gbase-r";
 39 };
 40 
 41 &dpmac4 {
 42         phy-handle = <&mdio1_phy4>;
 43         phy-connection-type = "10gbase-r";
 44 };
 45 
 46 &dpmac5 {
 47         phy-handle = <&mdio2_phy1>;
 48         phy-connection-type = "10gbase-r";
 49 };
 50 
 51 &dpmac6 {
 52         phy-handle = <&mdio2_phy2>;
 53         phy-connection-type = "10gbase-r";
 54 };
 55 
 56 &dpmac7 {
 57         phy-handle = <&mdio2_phy3>;
 58         phy-connection-type = "10gbase-r";
 59 };
 60 
 61 &dpmac8 {
 62         phy-handle = <&mdio2_phy4>;
 63         phy-connection-type = "10gbase-r";
 64 };
 65 
 66 &emdio1 {
 67         status = "okay";
 68 
 69         mdio1_phy1: ethernet-phy@10 {
 70                 compatible = "ethernet-phy-id13e5.1002";
 71                 reg = <0x10>;
 72         };
 73 
 74         mdio1_phy2: ethernet-phy@11 {
 75                 compatible = "ethernet-phy-id13e5.1002";
 76                 reg = <0x11>;
 77         };
 78 
 79         mdio1_phy3: ethernet-phy@12 {
 80                 compatible = "ethernet-phy-id13e5.1002";
 81                 reg = <0x12>;
 82         };
 83 
 84         mdio1_phy4: ethernet-phy@13 {
 85                 compatible = "ethernet-phy-id13e5.1002";
 86                 reg = <0x13>;
 87         };
 88 };
 89 
 90 &emdio2 {
 91         status = "okay";
 92 
 93         mdio2_phy1: ethernet-phy@0 {
 94                 compatible = "ethernet-phy-id03a1.b4b0", "ethernet-phy-ieee802.3-c45";
 95                 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>;
 96                 reg = <0x0>;
 97         };
 98 
 99         mdio2_phy2: ethernet-phy@1 {
100                 compatible = "ethernet-phy-id03a1.b4b0", "ethernet-phy-ieee802.3-c45";
101                 interrupts-extended = <&extirq 2 IRQ_TYPE_LEVEL_LOW>;
102                 reg = <0x1>;
103         };
104 
105         mdio2_phy3: ethernet-phy@2 {
106                 compatible = "ethernet-phy-id03a1.b4b0", "ethernet-phy-ieee802.3-c45";
107                 interrupts-extended = <&extirq 4 IRQ_TYPE_LEVEL_LOW>;
108                 reg = <0x2>;
109         };
110 
111         mdio2_phy4: ethernet-phy@3 {
112                 compatible = "ethernet-phy-id03a1.b4b0", "ethernet-phy-ieee802.3-c45";
113                 interrupts-extended = <&extirq 5 IRQ_TYPE_LEVEL_LOW>;
114                 reg = <0x3>;
115         };
116 };
117 
118 &pcs_mdio1 {
119         status = "okay";
120 };
121 
122 &pcs_mdio2 {
123         status = "okay";
124 };
125 
126 &pcs_mdio3 {
127         status = "okay";
128 };
129 
130 &pcs_mdio4 {
131         status = "okay";
132 };
133 
134 &pcs_mdio5 {
135         status = "okay";
136 };
137 
138 &pcs_mdio6 {
139         status = "okay";
140 };
141 
142 &pcs_mdio7 {
143         status = "okay";
144 };
145 
146 &pcs_mdio8 {
147         status = "okay";
148 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php