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/s3c2416-smdk2416.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
    2 /*
    3  * Samsung SMDK2416 board device tree source
    4  *
    5  * Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de>
    6  */
    7 
    8 /dts-v1/;
    9 #include "s3c2416.dtsi"
   10 
   11 / {
   12         model = "SMDK2416";
   13         compatible = "samsung,smdk2416", "samsung,s3c2416";
   14 
   15         memory@30000000 {
   16                 device_type = "memory";
   17                 reg =  <0x30000000 0x4000000>;
   18         };
   19 
   20         xti: clock-0 {
   21                 compatible = "fixed-clock";
   22                 clock-frequency = <12000000>;
   23                 clock-output-names = "xti";
   24                 #clock-cells = <0>;
   25         };
   26 };
   27 
   28 &rtc {
   29         status = "okay";
   30 };
   31 
   32 &sdhci_0 {
   33         pinctrl-names = "default";
   34         pinctrl-0 = <&sd1_clk>, <&sd1_cmd>,
   35                         <&sd1_bus1>, <&sd1_bus4>;
   36         bus-width = <4>;
   37         broken-cd;
   38         status = "okay";
   39 };
   40 
   41 &sdhci_1 {
   42         pinctrl-names = "default";
   43         pinctrl-0 = <&sd0_clk>, <&sd0_cmd>,
   44                         <&sd0_bus1>, <&sd0_bus4>;
   45         bus-width = <4>;
   46         cd-gpios = <&gpf 1 0>;
   47         cd-inverted;
   48         status = "okay";
   49 };
   50 
   51 &uart_0 {
   52         status = "okay";
   53         pinctrl-names = "default";
   54         pinctrl-0 = <&uart0_data>, <&uart0_fctl>;
   55 };
   56 
   57 &uart_1 {
   58         status = "okay";
   59         pinctrl-names = "default";
   60         pinctrl-0 = <&uart1_data>, <&uart1_fctl>;
   61 };
   62 
   63 &uart_2 {
   64         status = "okay";
   65         pinctrl-names = "default";
   66         pinctrl-0 = <&uart2_data>;
   67 };
   68 
   69 &uart_3 {
   70         status = "okay";
   71         pinctrl-names = "default";
   72         pinctrl-0 = <&uart3_data>;
   73 };
   74 
   75 &watchdog {
   76         status = "okay";
   77 };

Cache object: 7f286a8b9bab435e80751c4cc11d7190


[ 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.