forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathnintendo3ds_ktr.dts
More file actions
64 lines (54 loc) · 1.11 KB
/
nintendo3ds_ktr.dts
File metadata and controls
64 lines (54 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
// SPDX-License-Identifier: GPL-2.0
/*
* Support for:
* - New Nintendo 3DS (KTR-001)
* - New Nintendo 3DS XL (RED-001)
* - New Nintendo 2DS XL (JAN-001)
*/
/dts-v1/;
#include "nintendo3ds.dtsi"
/ {
model = "Nintendo New 3DS (KTR)";
compatible = "nintendo,ktr", "nintendo,3ds";
fcram: memory@20000000 {
device_type = "memory";
reg = <0x20000000 0x10000000>;
};
cpus {
#address-cells = <1>;
#size-cells = <0>;
enable-method = "nintendo,3ds-smp";
cpu@0 {
device_type = "cpu";
compatible = "arm,arm11mpcore";
reg = <0>;
};
cpu@1 {
device_type = "cpu";
compatible = "arm,arm11mpcore";
reg = <1>;
};
cpu@2 {
device_type = "cpu";
compatible = "arm,arm11mpcore";
reg = <2>;
};
cpu@3 {
device_type = "cpu";
compatible = "arm,arm11mpcore";
reg = <3>;
};
};
chosen {
bootargs = "keep_bootcon fbcon=rotate:1";
};
};
&sc16is7xx {
/*
* The new3DS has a SC16IS760 UART
* Override the default choice of SC16IS750
* It doesn't make much of a difference since you
* can't really use the fast mode via I2C but w/e
*/
compatible = "nxp,sc16is760";
};