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

r8a779f0-spider-ethernet.dtsi (291B)


      1// SPDX-License-Identifier: GPL-2.0
      2/*
      3 * Device Tree Source for the Spider Ethernet sub-board
      4 *
      5 * Copyright (C) 2021 Renesas Electronics Corp.
      6 */
      7
      8&i2c4 {
      9	eeprom@52 {
     10		compatible = "rohm,br24g01", "atmel,24c01";
     11		label = "ethernet-sub-board";
     12		reg = <0x52>;
     13		pagesize = <8>;
     14	};
     15};