Lines Matching +full:txd +full:- +full:pins
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright 2010-2011, 2013 Freescale Semiconductor, Inc.
8 * TWR-P102x Board Setup
19 #include <asm/pci-bridge.h>
64 np = of_find_compatible_node(NULL, NULL, "fsl,p1021-guts"); in twr_p1025_setup_arch()
70 /* P1025 has pins muxed for QE and other functions. To in twr_p1025_setup_arch()
76 setbits32(&guts->pmuxcr, MPC85xx_PMUXCR_QE(0) | in twr_p1025_setup_arch()
87 * The UCC7 UART just can use RXD and TXD pins. in twr_p1025_setup_arch()
91 /* Drive PB29 to CPLD low - CPLD will then change in twr_p1025_setup_arch()
102 pr_info("TWR-P1025 board from Freescale Semiconductor\n"); in twr_p1025_setup_arch()
108 .name = "TWR-P1025", in define_machine()
109 .compatible = "fsl,TWR-P1025", in define_machine()