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

pxa168-aspenite.dts (598B)


      1// SPDX-License-Identifier: GPL-2.0-only
      2/*
      3 *  Copyright (C) 2012 Marvell Technology Group Ltd.
      4 *  Author: Haojian Zhuang <haojian.zhuang@marvell.com>
      5 */
      6
      7/dts-v1/;
      8#include "pxa168.dtsi"
      9
     10/ {
     11	model = "Marvell PXA168 Aspenite Development Board";
     12	compatible = "mrvl,pxa168-aspenite", "mrvl,pxa168";
     13
     14	chosen {
     15		bootargs = "console=ttyS0,115200 root=/dev/nfs nfsroot=192.168.1.100:/nfsroot/ ip=192.168.1.101:192.168.1.100::255.255.255.0::eth0:on";
     16	};
     17
     18	memory {
     19		reg = <0x00000000 0x04000000>;
     20	};
     21};
     22
     23&uart1 {
     24	status = "okay";
     25};
     26
     27&twsi1 {
     28	status = "okay";
     29};
     30
     31&rtc {
     32	status = "okay";
     33};