Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux
[linux/fpc-iii.git] / arch / arm / boot / dts / k2l.dtsi
blob1f7f479589e169cca383a2ecda1bbea69a82db16
1 /*
2  * Copyright 2014 Texas Instruments, Inc.
3  *
4  * Keystone 2 Lamarr SoC specific device tree
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  */
11 / {
12         cpus {
13                 #address-cells = <1>;
14                 #size-cells = <0>;
16                 interrupt-parent = <&gic>;
18                 cpu@0 {
19                         compatible = "arm,cortex-a15";
20                         device_type = "cpu";
21                         reg = <0>;
22                 };
24                 cpu@1 {
25                         compatible = "arm,cortex-a15";
26                         device_type = "cpu";
27                         reg = <1>;
28                 };
29         };
31         soc {
33                 /include/ "k2l-clocks.dtsi"
35                 uart2: serial@02348400 {
36                         compatible = "ns16550a";
37                         current-speed = <115200>;
38                         reg-shift = <2>;
39                         reg-io-width = <4>;
40                         reg = <0x02348400 0x100>;
41                         clocks  = <&clkuart2>;
42                         interrupts = <GIC_SPI 432 IRQ_TYPE_EDGE_RISING>;
43                 };
45                 uart3:  serial@02348800 {
46                         compatible = "ns16550a";
47                         current-speed = <115200>;
48                         reg-shift = <2>;
49                         reg-io-width = <4>;
50                         reg = <0x02348800 0x100>;
51                         clocks  = <&clkuart3>;
52                         interrupts = <GIC_SPI 435 IRQ_TYPE_EDGE_RISING>;
53                 };
54         };