2014-02-24 22:56:48 +07:00
|
|
|
/*
|
|
|
|
* Copyright 2014 Texas Instruments, Inc.
|
|
|
|
*
|
|
|
|
* Keystone 2 Lamarr EVM device tree
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "keystone.dtsi"
|
|
|
|
#include "k2l.dtsi"
|
|
|
|
|
|
|
|
/ {
|
2014-03-21 04:00:27 +07:00
|
|
|
compatible = "ti,k2l-evm","ti,keystone";
|
2014-02-24 22:56:48 +07:00
|
|
|
model = "Texas Instruments Keystone 2 Lamarr EVM";
|
|
|
|
|
|
|
|
soc {
|
|
|
|
clocks {
|
|
|
|
refclksys: refclksys {
|
|
|
|
#clock-cells = <0>;
|
|
|
|
compatible = "fixed-clock";
|
|
|
|
clock-frequency = <122880000>;
|
|
|
|
clock-output-names = "refclk-sys";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb_phy {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&usb {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2014-04-08 18:46:07 +07:00
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
dtt@50 {
|
|
|
|
compatible = "at,24c1024";
|
|
|
|
reg = <0x50>;
|
|
|
|
};
|
|
|
|
};
|