cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

bcm283x-rpi-lan7515.dtsi (680B)


      1// SPDX-License-Identifier: GPL-2.0
      2#include <dt-bindings/net/microchip-lan78xx.h>
      3
      4/ {
      5	aliases {
      6		ethernet0 = &ethernet;
      7	};
      8};
      9
     10&usb {
     11	usb-port@1 {
     12		compatible = "usb424,2514";
     13		reg = <1>;
     14		#address-cells = <1>;
     15		#size-cells = <0>;
     16
     17		usb-port@1 {
     18			compatible = "usb424,2514";
     19			reg = <1>;
     20			#address-cells = <1>;
     21			#size-cells = <0>;
     22
     23			ethernet: ethernet@1 {
     24				compatible = "usb424,7800";
     25				reg = <1>;
     26
     27				mdio {
     28					#address-cells = <0x1>;
     29					#size-cells = <0x0>;
     30					eth_phy: ethernet-phy@1 {
     31						reg = <1>;
     32						microchip,led-modes = <
     33							LAN78XX_LINK_1000_ACTIVITY
     34							LAN78XX_LINK_10_100_ACTIVITY
     35						>;
     36					};
     37				};
     38			};
     39		};
     40	};
     41};