The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm/vf610m4-colibri.dts

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 // SPDX-License-Identifier: GPL-2.0+ OR MIT
    2 /*
    3  * Device tree for Colibri VF61 Cortex-M4 support
    4  *
    5  * Copyright (C) 2015 Stefan Agner
    6  */
    7 
    8 /dts-v1/;
    9 #include "vf610m4.dtsi"
   10 
   11 / {
   12         model = "VF610 Cortex-M4";
   13         compatible = "fsl,vf610m4";
   14 
   15         chosen {
   16                 bootargs = "clk_ignore_unused init=/linuxrc rw";
   17                 stdout-path = "serial2:115200";
   18         };
   19 
   20         memory@8c000000 {
   21                 device_type = "memory";
   22                 reg = <0x8c000000 0x3000000>;
   23         };
   24 };
   25 
   26 &gpio0 {
   27         status = "disabled";
   28 };
   29 
   30 &gpio1 {
   31         status = "disabled";
   32 };
   33 
   34 &gpio2 {
   35         status = "disabled";
   36 };
   37 
   38 &gpio3 {
   39         status = "disabled";
   40 };
   41 
   42 &gpio4 {
   43         status = "disabled";
   44 };
   45 
   46 &uart2 {
   47         pinctrl-names = "default";
   48         pinctrl-0 = <&pinctrl_uart2>;
   49         status = "okay";
   50 };
   51 
   52 &iomuxc {
   53         vf610-colibri {
   54                 pinctrl_uart2: uart2grp {
   55                         fsl,pins = <
   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
   60                         >;
   61                 };
   62         };
   63 };

Cache object: 618798a73fee7381830f9da5d725acd8


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.