Home | History | Annotate | Download | only in dts
      1 // SPDX-License-Identifier: GPL-2.0+ OR X11
      2 /*
      3  * Cavium Thunder DTS file - Thunder board description
      4  *
      5  * Copyright (C) 2014, Cavium Inc.
      6  *
      7  */
      8 
      9 /dts-v1/;
     10 
     11 /include/ "thunderx-88xx.dtsi"
     12 
     13 / {
     14 	model = "Cavium ThunderX CN88XX board";
     15 	compatible = "cavium,thunder-88xx";
     16 
     17 	aliases {
     18 		serial0 = &uaa0;
     19 		serial1 = &uaa1;
     20 	};
     21 
     22 	chosen {
     23                 stdout-path = &uaa0;
     24         };
     25 
     26 	memory@00000000 {
     27 		device_type = "memory";
     28 		reg = <0x0 0x00000000 0x0 0x80000000>;
     29 	};
     30 };
     31