Skip to content

Commit a8c2409

Browse files
committed
add: jtag clock pinmux
Signed-off-by: Robert Nelson <[email protected]>
1 parent f339302 commit a8c2409

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*
2+
* Device Tree Source for bone jtag
3+
*
4+
* Copyright (C) 2015 Robert Nelson <[email protected]>
5+
*
6+
* This program is free software; you can redistribute it and/or modify
7+
* it under the terms of the GNU General Public License version 2 as
8+
* published by the Free Software Foundation.
9+
*/
10+
11+
&am33xx_pinmux {
12+
pinctrl-names = "default";
13+
pinctrl-0 = <&clkout2_pin>;
14+
15+
clkout2_pin: pinmux_clkout2_pin {
16+
pinctrl-single,pins = <
17+
0x1b4 (PIN_OUTPUT_PULLDOWN | MUX_MODE3) /* xdma_event_intr1.clkout2 */
18+
>;
19+
};
20+
};

0 commit comments

Comments
 (0)