summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/dm365.dtsi
blob: ea69007fa89260766034945ae5db2d40069535c6 (plain)
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
#include "skeleton.dtsi"

/ {
	soc {
		compatible = "simple-bus";
		model = "TI TMS320DM365";
		#address-cells = <1>;
		#size-cells = <1>;
		ranges = <0x0 0x01c00000 0x400000>;

		serial0: serial@1c20000 {
			compatible = "ns16550a";
			reg = <0x20000 0x400>;
			reg-shift = <2>;
			clock-frequency = <24000000>;
			status = "disabled";
		};

		gpio: gpio@1c67000 {
			compatible = "ti,dm6441-gpio";
			gpio-controller;
			reg = <0x67000 0x800>;
			#gpio-cells = <2>;
			ti,ngpio = <107>;
			status = "disabled";
		};
	};
};