We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f339302 commit a8c2409Copy full SHA for a8c2409
arch/arm/boot/dts/am335x-bone-jtag.dtsi
@@ -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