]> Git Repo - linux.git/blob - arch/arm/boot/dts/mstar-infinity2m.dtsi
quota: Disable quotactl_path syscall
[linux.git] / arch / arm / boot / dts / mstar-infinity2m.dtsi
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * Copyright (c) 2020 thingy.jp.
4  * Author: Daniel Palmer <[email protected]>
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 };
This page took 0.047209 seconds and 4 git commands to generate.