mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 04:32:03 +00:00
732079567d
Added device tree support for TI's Keystone USB driver and updated the Documentation with device tree binding information. Signed-off-by: WingMan Kwok <w-kwok2@ti.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
64 lines
1.3 KiB
Plaintext
64 lines
1.3 KiB
Plaintext
/*
|
|
* Copyright 2013 Texas Instruments, Inc.
|
|
*
|
|
* Keystone 2 Kepler/Hawking 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"
|
|
|
|
/ {
|
|
compatible = "ti,keystone-evm";
|
|
|
|
soc {
|
|
clock {
|
|
refclksys: refclksys {
|
|
#clock-cells = <0>;
|
|
compatible = "fixed-clock";
|
|
clock-frequency = <122880000>;
|
|
clock-output-names = "refclk-sys";
|
|
};
|
|
|
|
refclkpass: refclkpass {
|
|
#clock-cells = <0>;
|
|
compatible = "fixed-clock";
|
|
clock-frequency = <122880000>;
|
|
clock-output-names = "refclk-pass";
|
|
};
|
|
|
|
refclkarm: refclkarm {
|
|
#clock-cells = <0>;
|
|
compatible = "fixed-clock";
|
|
clock-frequency = <125000000>;
|
|
clock-output-names = "refclk-arm";
|
|
};
|
|
|
|
refclkddr3a: refclkddr3a {
|
|
#clock-cells = <0>;
|
|
compatible = "fixed-clock";
|
|
clock-frequency = <100000000>;
|
|
clock-output-names = "refclk-ddr3a";
|
|
};
|
|
|
|
refclkddr3b: refclkddr3b {
|
|
#clock-cells = <0>;
|
|
compatible = "fixed-clock";
|
|
clock-frequency = <100000000>;
|
|
clock-output-names = "refclk-ddr3b";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
&usb_phy {
|
|
status = "okay";
|
|
};
|
|
|
|
&usb {
|
|
status = "okay";
|
|
};
|