Home | History | Annotate | Line # | Download | only in dts
      1 // SPDX-License-Identifier: GPL-2.0-or-later
      2 /*
      3  * Copyright (c) 2020 thingy.jp.
      4  * Author: Daniel Palmer <daniel (a] thingy.jp>
      5  */
      6 
      7 #include "mstar-infinity.dtsi"
      8 
      9 &cpus {
     10 	cpu1: cpu@1 {
     11 		device_type = "cpu";
     12 		compatible = "arm,cortex-a7";
     13 		reg = <0x1>;
     14 	};
     15 };
     16 
     17 &riu {
     18 	smpctrl: smpctrl@204000 {
     19 		reg = <0x204000 0x200>;
     20 		status = "disabled";
     21 	};
     22 };
     23