Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339887
b: refs/heads/master
c: 9fd3c74
h: refs/heads/master
i:
  339885: f018536
  339883: ea33918
  339879: b44be08
  339871: f6f87ea
v: v3
  • Loading branch information
Philip, Avinash authored and Benoit Cousson committed Nov 1, 2012
1 parent f5f9a11 commit 06a7478
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d935c16b779db481715b9885f2fd3d20a70bf79
refs/heads/master: 9fd3c748aac9418cd377249ca463050783d2198f
22 changes: 22 additions & 0 deletions trunk/arch/arm/boot/dts/am33xx.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -299,5 +299,27 @@
76>;
ti,hwmods = "rtc";
};

spi0: spi@48030000 {
compatible = "ti,omap4-mcspi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x48030000 0x400>;
interrupt = <65>;
ti,spi-num-cs = <2>;
ti,hwmods = "spi0";
status = "disabled";
};

spi1: spi@481a0000 {
compatible = "ti,omap4-mcspi";
#address-cells = <1>;
#size-cells = <0>;
reg = <0x481a0000 0x400>;
interrupt = <125>;
ti,spi-num-cs = <2>;
ti,hwmods = "spi1";
status = "disabled";
};
};
};

0 comments on commit 06a7478

Please sign in to comment.