1/* 2 * Device Tree Source for the Kingfisher (ULCB extension) board 3 * 4 * Copyright (C) 2017 Renesas Electronics Corp. 5 * Copyright (C) 2017 Cogent Embedded, Inc. 6 * 7 * This file is licensed under the terms of the GNU General Public License 8 * version 2. This program is licensed "as is" without any warranty of any 9 * kind, whether express or implied. 10 */ 11 12/ { 13 aliases { 14 serial1 = &hscif0; 15 }; 16}; 17 18&hscif0 { 19 pinctrl-0 = <&hscif0_pins>; 20 pinctrl-names = "default"; 21 uart-has-rtscts; 22 23 status = "okay"; 24}; 25 26&pfc { 27 hscif0_pins: hscif0 { 28 groups = "hscif0_data", "hscif0_ctrl"; 29 function = "hscif0"; 30 }; 31}; 32