Extended nrf_uart driver to support TX only. When RX pin is not provided then RX is not started at all. This allows to achieve low power with logging/console enabled. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
		
			
				
	
	
		
			32 lines
		
	
	
	
		
			479 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
	
		
			479 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
description: Nordic UART
 | 
						|
 | 
						|
compatible: "nordic,nrf-uart"
 | 
						|
 | 
						|
include: uart-controller.yaml
 | 
						|
 | 
						|
properties:
 | 
						|
    reg:
 | 
						|
      required: true
 | 
						|
 | 
						|
    interrupts:
 | 
						|
      required: true
 | 
						|
 | 
						|
    tx-pin:
 | 
						|
      type: int
 | 
						|
      description: TX pin
 | 
						|
      required: true
 | 
						|
 | 
						|
    rx-pin:
 | 
						|
      type: int
 | 
						|
      description: RX pin
 | 
						|
      required: false
 | 
						|
 | 
						|
    rts-pin:
 | 
						|
      type: int
 | 
						|
      description: RTS pin
 | 
						|
      required: false
 | 
						|
 | 
						|
    cts-pin:
 | 
						|
      type: int
 | 
						|
      description: CTS pin
 | 
						|
      required: false
 |