Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313148
b: refs/heads/master
c: 2e0b5a3
h: refs/heads/master
v: v3
  • Loading branch information
Alexandre Pereira da Silva authored and Roland Stigge committed Jun 14, 2012
1 parent 8d4b044 commit b0f37ab
Show file tree
Hide file tree
Showing 2 changed files with 22 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: 1440837440a31672973eedaf632f54c9dfc08c4d
refs/heads/master: 2e0b5a375288d624feb16b58a3af662338a63641
21 changes: 21 additions & 0 deletions trunk/arch/arm/boot/dts/phy3250.dts
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,29 @@
};

ssp0: ssp@20084000 {
#address-cells = <1>;
#size-cells = <0>;
pl022,num-chipselects = <1>;
cs-gpios = <&gpio 3 5 0>;

eeprom: at25@0 {
pl022,hierarchy = <0>;
pl022,interface = <0>;
pl022,slave-tx-disable = <0>;
pl022,com-mode = <0>;
pl022,rx-level-trig = <1>;
pl022,tx-level-trig = <1>;
pl022,ctrl-len = <11>;
pl022,wait-state = <0>;
pl022,duplex = <0>;

at25,byte-len = <0x8000>;
at25,addr-mode = <2>;
at25,page-size = <64>;

compatible = "atmel,at25";
reg = <0>;
spi-max-frequency = <5000000>;
};
};

Expand Down

0 comments on commit b0f37ab

Please sign in to comment.