Skip to content

Instantly share code, notes, and snippets.

@cmicali
Created March 27, 2013 13:19
Show Gist options
  • Save cmicali/5254097 to your computer and use it in GitHub Desktop.
Save cmicali/5254097 to your computer and use it in GitHub Desktop.
/*
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
*
* 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/ "am33xx.dtsi"
/include/ "am335x-bone-common.dtsi"
&spi0 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&spi0_pins_s0>;
/* ads7945: ads7945@0 {
* compatible = "ads7945";
* reg = <0>;
* spi-max-frequency = <3000000>;
* };
*/
};
/*
&spi1 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&spi1_pins_s0>;
spidev: spidev@0 {
compatible = "linux,spidev";
reg = <0>;
spi-max-frequency = <48000000>;
};
};
*/
&pruss {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&pruss_pins>;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment