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

meson-s4-s805x2-aq222.dts (471B)


      1// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
      2/*
      3 * Copyright (c) 2021 Amlogic, Inc. All rights reserved.
      4 */
      5
      6/dts-v1/;
      7
      8#include "meson-s4.dtsi"
      9
     10/ {
     11	model = "Amlogic Meson S4 AQ222 Development Board";
     12	compatible = "amlogic,aq222", "amlogic,s4";
     13	interrupt-parent = <&gic>;
     14	#address-cells = <2>;
     15	#size-cells = <2>;
     16
     17	aliases {
     18		serial0 = &uart_B;
     19	};
     20
     21	memory@0 {
     22		device_type = "memory";
     23		reg = <0x0 0x0 0x0 0x40000000>;
     24	};
     25
     26};
     27
     28&uart_B {
     29	status = "okay";
     30};