summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/k1879hb1ya.dtsi
blob: 83ba7fb399c7d14e5e51b21c855e4342e9444a12 (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
29
30
31
32
33
34
35
36
37
#include "skeleton.dtsi"

/ {
	soc {
		compatible = "simple-bus";
		model = "RC Module K1879HB1YA";
		#address-cells = <1>;
		#size-cells = <1>;
		ranges;

		/*
		 * Actually clk_apb is not a fixed-clock at all.
		 * clk_apb is a derivated clock, but for the moment
		 * there is no public documentation on k1879hb1ya
		 * so we can't describe it correctly.
		 */
		clk_apb: clock@0 {
			compatible = "fixed-clock";
			#clock-cells = <0>;
		};

		serial0: serial@2002b000 {
			compatible = "ns16550a";
			reg = <0x2002b000 0x1000>;
			reg-shift = <2>;
			clocks = <&clk_apb 0>;
			status = "disabled";
		};

		timer0: timer@20024000 {
			compatible = "module,uemd-timer";
			reg = <0x20024000 0x20>;
			clocks = <&clk_apb 0>;
			status = "disabled";
		};
	};
};