1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
3 * Device tree for Colibri VF61 Cortex-M4 support
5 * Copyright (C) 2015 Stefan Agner
9 #include "vf610m4.dtsi"
12 model = "VF610 Cortex-M4";
13 compatible = "fsl,vf610m4";
16 bootargs = "clk_ignore_unused init=/linuxrc rw";
17 stdout-path = "serial2:115200";
21 device_type = "memory";
22 reg = <0x8c000000 0x3000000>;
47 pinctrl-names = "default";
48 pinctrl-0 = <&pinctrl_uart2>;
54 pinctrl_uart2: uart2grp {
56 VF610_PAD_PTD0__UART2_TX 0x21a2
57 VF610_PAD_PTD1__UART2_RX 0x21a1
58 VF610_PAD_PTD2__UART2_RTS 0x21a2
59 VF610_PAD_PTD3__UART2_CTS 0x21a1