Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Mar 24-27, 2025, special US time zones
Register
Loading...
v4.17
 1// SPDX-License-Identifier: GPL-2.0
 2/*
 3 * SAMSUNG SMDK2416 board device tree source
 4 *
 5 * Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de>
 
 
 
 
 6 */
 7
 8/dts-v1/;
 9#include "s3c2416.dtsi"
10
11/ {
12	model = "SMDK2416";
13	compatible = "samsung,s3c2416";
14
15	memory {
16		reg =  <0x30000000 0x4000000>;
17	};
18
19	clocks {
20		compatible = "simple-bus";
21		#address-cells = <1>;
22		#size-cells = <1>;
23
24		xti: xti {
25			compatible = "fixed-clock";
26			clock-frequency = <12000000>;
27			clock-output-names = "xti";
28			#clock-cells = <0>;
29		};
30	};
31};
32
33&rtc {
34	status = "okay";
35};
36
37&sdhci_0 {
38	pinctrl-names = "default";
39	pinctrl-0 = <&sd1_clk>, <&sd1_cmd>,
40			<&sd1_bus1>, <&sd1_bus4>;
41	bus-width = <4>;
42	broken-cd;
43	status = "okay";
44};
45
46&sdhci_1 {
47	pinctrl-names = "default";
48	pinctrl-0 = <&sd0_clk>, <&sd0_cmd>,
49			<&sd0_bus1>, <&sd0_bus4>;
50	bus-width = <4>;
51	cd-gpios = <&gpf 1 0>;
52	cd-inverted;
53	status = "okay";
54};
55
56&uart_0 {
57	status = "okay";
58	pinctrl-names = "default";
59	pinctrl-0 = <&uart0_data>, <&uart0_fctl>;
60};
61
62&uart_1 {
63	status = "okay";
64	pinctrl-names = "default";
65	pinctrl-0 = <&uart1_data>, <&uart1_fctl>;
66};
67
68&uart_2 {
69	status = "okay";
70	pinctrl-names = "default";
71	pinctrl-0 = <&uart2_data>;
72};
73
74&uart_3 {
75	status = "okay";
76	pinctrl-names = "default";
77	pinctrl-0 = <&uart3_data>;
78};
79
80&watchdog {
81	status = "okay";
82};
v4.10.11
 
 1/*
 2 * SAMSUNG SMDK2416 board device tree source
 3 *
 4 * Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de>
 5 *
 6 * This program is free software; you can redistribute it and/or modify
 7 * it under the terms of the GNU General Public License version 2 as
 8 * published by the Free Software Foundation.
 9 */
10
11/dts-v1/;
12#include "s3c2416.dtsi"
13
14/ {
15	model = "SMDK2416";
16	compatible = "samsung,s3c2416";
17
18	memory {
19		reg =  <0x30000000 0x4000000>;
20	};
21
22	clocks {
23		compatible = "simple-bus";
24		#address-cells = <1>;
25		#size-cells = <1>;
26
27		xti: xti {
28			compatible = "fixed-clock";
29			clock-frequency = <12000000>;
30			clock-output-names = "xti";
31			#clock-cells = <0>;
32		};
33	};
34};
35
36&rtc {
37	status = "okay";
38};
39
40&sdhci_0 {
41	pinctrl-names = "default";
42	pinctrl-0 = <&sd1_clk>, <&sd1_cmd>,
43			<&sd1_bus1>, <&sd1_bus4>;
44	bus-width = <4>;
45	broken-cd;
46	status = "okay";
47};
48
49&sdhci_1 {
50	pinctrl-names = "default";
51	pinctrl-0 = <&sd0_clk>, <&sd0_cmd>,
52			<&sd0_bus1>, <&sd0_bus4>;
53	bus-width = <4>;
54	cd-gpios = <&gpf 1 0>;
55	cd-inverted;
56	status = "okay";
57};
58
59&uart_0 {
60	status = "okay";
61	pinctrl-names = "default";
62	pinctrl-0 = <&uart0_data>, <&uart0_fctl>;
63};
64
65&uart_1 {
66	status = "okay";
67	pinctrl-names = "default";
68	pinctrl-0 = <&uart1_data>, <&uart1_fctl>;
69};
70
71&uart_2 {
72	status = "okay";
73	pinctrl-names = "default";
74	pinctrl-0 = <&uart2_data>;
75};
76
77&uart_3 {
78	status = "okay";
79	pinctrl-names = "default";
80	pinctrl-0 = <&uart3_data>;
81};
82
83&watchdog {
84	status = "okay";
85};