blob: d8cc99af51e8569814c15bd2e9cf5c47bb752759 [file] [log] [blame]
Murali Karicherib8273f22013-11-23 16:26:06 -05001/*
Murali Karicheria2067672014-02-24 10:44:07 -05002 * Copyright 2013-2014 Texas Instruments, Inc.
Murali Karicherib8273f22013-11-23 16:26:06 -05003 *
4 * Keystone 2 Kepler/Hawking EVM 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 */
10/dts-v1/;
11
12#include "keystone.dtsi"
Murali Karicheria2067672014-02-24 10:44:07 -050013#include "k2hk.dtsi"
Murali Karicherib8273f22013-11-23 16:26:06 -050014
15/ {
Murali Karicheria2067672014-02-24 10:44:07 -050016 compatible = "ti,k2hk-evm";
17 model = "Texas Instruments Keystone 2 Kepler/Hawking EVM";
Murali Karicherib8273f22013-11-23 16:26:06 -050018
19 soc {
Grygorii Strashko513cfad2014-02-17 09:27:37 -050020 clocks {
Murali Karicherib8273f22013-11-23 16:26:06 -050021 refclksys: refclksys {
22 #clock-cells = <0>;
23 compatible = "fixed-clock";
24 clock-frequency = <122880000>;
25 clock-output-names = "refclk-sys";
26 };
27
28 refclkpass: refclkpass {
29 #clock-cells = <0>;
30 compatible = "fixed-clock";
31 clock-frequency = <122880000>;
32 clock-output-names = "refclk-pass";
33 };
34
35 refclkarm: refclkarm {
36 #clock-cells = <0>;
37 compatible = "fixed-clock";
38 clock-frequency = <125000000>;
39 clock-output-names = "refclk-arm";
40 };
41
42 refclkddr3a: refclkddr3a {
43 #clock-cells = <0>;
44 compatible = "fixed-clock";
45 clock-frequency = <100000000>;
46 clock-output-names = "refclk-ddr3a";
47 };
48
49 refclkddr3b: refclkddr3b {
50 #clock-cells = <0>;
51 compatible = "fixed-clock";
52 clock-frequency = <100000000>;
53 clock-output-names = "refclk-ddr3b";
54 };
55 };
56 };
Grygorii Strashkob4222e02014-02-10 18:41:19 +020057
58 leds {
59 compatible = "gpio-leds";
60 debug1_1 {
61 label = "keystone:green:debug1";
62 gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>; /* 12 */
63 };
64
65 debug1_2 {
66 label = "keystone:red:debug1";
67 gpios = <&gpio0 13 GPIO_ACTIVE_HIGH>; /* 13 */
68 };
69
70 debug2 {
71 label = "keystone:blue:debug2";
72 gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>; /* 14 */
73 };
74
75 debug3 {
76 label = "keystone:blue:debug3";
77 gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>; /* 15 */
78 };
79 };
Murali Karicherib8273f22013-11-23 16:26:06 -050080};
WingMan Kwok73207952013-12-09 17:25:12 -050081
82&usb_phy {
83 status = "okay";
84};
85
86&usb {
87 status = "okay";
88};