Changeset 3256
- Timestamp:
- Aug 31, 2012 1:14:17 AM (10 months ago)
- File:
-
- 1 edited
-
cpu/arm/olpc/twsi-i2c.fth (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/twsi-i2c.fth
r3255 r3256 1 1 purpose: Device tree nodes for board-specific I2C buses implemented by TWSI hardware 2 2 3 : make-twsi-node " ${BP}/cpu/arm/mmp2/twsi- methods.fth" included ;3 : make-twsi-node " ${BP}/cpu/arm/mmp2/twsi-node.fth" included ; 4 4 5 5 \ baseadr clk irq mux? fast? unit# … … 18 18 end-package 19 19 [else] 20 0 0 " 50" " /i2c@d4033000" begin-package \ TWSI4 20 dev /i2c@d4033000 \ TWSI4 21 new-device 22 h# 50 1 reg 21 23 " touchscreen" name 22 24 " zforce" +compatible … … 26 28 touch-hd-gpio# 1 " hd-gpios" gpio-property 27 29 touch-int-gpio# 1 " dr-gpios" gpio-property 28 end-package 30 finish-device 31 device-end 29 32 [then]
Note: See TracChangeset
for help on using the changeset viewer.
