Advertisement
Guest User

georgem

a guest
May 31st, 2013
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. &am33xx_pinmux {
  2. emac1_pins: pinmux_emac1_pins {
  3. pinctrl-single,pins = <
  4. 0x108 0x21 /* RMII2_REFCLK, INPUT_PULLDOWN | MODE1 */
  5. 0x40 0x3 /* RMII2_TXEN, OUTPUT | MODE3 */
  6. 0x50 0x1 /* RMII2_TD1, OUTPUT | MODE1 */
  7. 0x88 0x22 /* RMII2_CRS_DV, INPUT_PULLDOWN | MODE2 */
  8. 0x68 0x23 /* RMII2_RD1, INPUT_PULLDOWN | MODE3 */
  9. 0x74 0x23 /* RMII2_RXER, INPUT_PULLDOWN | MODE3 */
  10. 0x78 0x27 /* RMII2_INT, INPUT_PULLDOWN | MODE7 */
  11. 0x54 0x3 /* RMII2_TD0, OUTPUT | MODE3 */
  12. 0x6c 0x23 /* RMII2_RD0, INPUT_PULLDOWN | MODE3 */
  13. >;
  14. };
  15. };
  16.  
  17. &cpsw_emac1 {
  18. pinctrl-names = "default";
  19. pinctrl-0 = <&emac1_pins>;
  20.  
  21. phy_id = <&davinci_mdio>, <4>;
  22. phy-mode = "rmii";
  23. dual_emac_res_vlan = <3>;
  24. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement