summaryrefslogtreecommitdiff
path: root/linux/arch/arm/boot/dts/am335x-bone-pinmux-ttyS5.dtsi
blob: 01d0aec1de4479b8e9abdacabd80aaee41ccf4f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*
 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

/* Testing */
/* sudo /sbin/getty -L ttyS5 115200 vt102 */

#include <dt-bindings/board/am335x-bbw-bbb-base.h>
#include "am335x-peripheral-ttyS5.dtsi"

/* cape universal */

/*
 *&ocp {
 *	P8_37_pinmux {
 *		mode = "uart";
 *	};
 *	P8_38_pinmux {
 *		mode = "uart";
 *	};
 *};
 *
 *&uart5 {
 *	pinctrl-0 = <>;
 *};
 *
 */

/* standard */

&am33xx_pinmux {
	uart5_pins: pinmux_uart5_pins {
		pinctrl-single,pins = <
			/* P8_38: lcd_data9.uart5_rxd */
			BONE_P8_38 (PIN_INPUT_PULLUP | MUX_MODE4)
			/* P8_37: lcd_data8.uart5_txd */
			BONE_P8_37 (PIN_OUTPUT_PULLDOWN | MUX_MODE4)
		>;
	};
};

&uart5 {
	pinctrl-0 = <&uart5_pins>;
};