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

bcm4708-buffalo-wzr-1166dhp.dts (505B)


      1// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
      2/*
      3 * Device Tree Bindigs for Buffalo WZR-1166DHP
      4 *
      5 * Copyright (C) 2022 SHIMAMOTO Takayoshi <takayoshi.shimamoto.360@gmail.com>
      6 */
      7
      8/dts-v1/;
      9
     10#include "bcm4708-buffalo-wzr-1166dhp-common.dtsi"
     11
     12/ {
     13	compatible = "buffalo,wzr-1166dhp", "brcm,bcm4708";
     14	model = "Buffalo WZR-1166DHP";
     15
     16	chosen {
     17		bootargs = "console=ttyS0,115200";
     18	};
     19
     20	memory@0 {
     21		device_type = "memory";
     22		reg = <0x00000000 0x08000000>,
     23		      <0x88000000 0x18000000>;
     24	};
     25
     26};