Skip to content

Commit 2af19bc

Browse files
committed
Import dts from Linux 6.12.66
1 parent a55e30d commit 2af19bc

5,216 files changed

Lines changed: 1315273 additions & 33445 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# SPDX-License-Identifier: GPL-2.0
2+
dtb-$(CONFIG_ARCH_ACTIONS) += \
3+
owl-s500-cubieboard6.dtb \
4+
owl-s500-guitar-bb-rev-b.dtb \
5+
owl-s500-labrador-base-m.dtb \
6+
owl-s500-roseapplepi.dtb \
7+
owl-s500-sparky.dtb
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2+
/*
3+
* Cubietech CubieBoard6
4+
*
5+
* Copyright (c) 2017 Andreas Färber
6+
*/
7+
8+
/dts-v1/;
9+
10+
#include "owl-s500.dtsi"
11+
12+
/ {
13+
compatible = "cubietech,cubieboard6", "actions,s500";
14+
model = "CubieBoard6";
15+
16+
aliases {
17+
serial3 = &uart3;
18+
};
19+
20+
chosen {
21+
stdout-path = "serial3:115200n8";
22+
};
23+
24+
memory@0 {
25+
device_type = "memory";
26+
reg = <0x0 0x80000000>;
27+
};
28+
};
29+
30+
&timer {
31+
clocks = <&hosc>;
32+
};
33+
34+
&uart3 {
35+
status = "okay";
36+
};
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2+
/*
3+
* Copyright (c) 2016-2017 Andreas Färber
4+
*/
5+
6+
/dts-v1/;
7+
8+
#include "owl-s500-guitar.dtsi"
9+
10+
/ {
11+
compatible = "lemaker,guitar-bb-rev-b", "lemaker,guitar", "actions,s500";
12+
model = "LeMaker Guitar Base Board rev. B";
13+
14+
aliases {
15+
serial3 = &uart3;
16+
};
17+
18+
chosen {
19+
stdout-path = "serial3:115200n8";
20+
};
21+
};
22+
23+
&uart3 {
24+
status = "okay";
25+
};
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2+
/*
3+
* LeMaker Guitar SoM
4+
*
5+
* Copyright (c) 2016-2017 Andreas Färber
6+
*/
7+
8+
#include "owl-s500.dtsi"
9+
10+
/ {
11+
compatible = "lemaker,guitar", "actions,s500";
12+
13+
memory@0 {
14+
device_type = "memory";
15+
reg = <0x0 0x40000000>;
16+
};
17+
};
18+
19+
&timer {
20+
clocks = <&hosc>;
21+
};
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2+
/*
3+
* Caninos Labrador Base Board
4+
*
5+
* Copyright (c) 2019-2020 Matheus Castello
6+
*/
7+
8+
/dts-v1/;
9+
10+
#include "owl-s500-labrador-v2.dtsi"
11+
12+
/ {
13+
model = "Caninos Labrador Core v2 on Labrador Base-M v1";
14+
compatible = "caninos,labrador-base-m",
15+
"caninos,labrador-v2", "actions,s500";
16+
17+
aliases {
18+
serial3 = &uart3;
19+
};
20+
21+
chosen {
22+
stdout-path = "serial3:115200n8";
23+
};
24+
};
25+
26+
&uart3 {
27+
status = "okay";
28+
};
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2+
/*
3+
* Caninos Labrador SoM V2
4+
*
5+
* Copyright (c) 2019-2020 Matheus Castello
6+
*/
7+
8+
#include "owl-s500.dtsi"
9+
10+
/ {
11+
model = "Caninos Labrador Core V2.1";
12+
compatible = "caninos,labrador-v2", "actions,s500";
13+
14+
memory@0 {
15+
device_type = "memory";
16+
reg = <0x0 0x80000000>;
17+
};
18+
};
19+
20+
&timer {
21+
clocks = <&hosc>;
22+
};

0 commit comments

Comments
 (0)