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/arm64/amlogic/meson-gxl-s905x-p212.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  * Copyright (c) 2016 Endless Computers, Inc.
    4  * Author: Carlo Caione <carlo@endlessm.com>
    5  */
    6 
    7 /dts-v1/;
    8 
    9 #include "meson-gxl-s905x-p212.dtsi"
   10 
   11 / {
   12         compatible = "amlogic,p212", "amlogic,s905x", "amlogic,meson-gxl";
   13         model = "Amlogic Meson GXL (S905X) P212 Development Board";
   14 
   15         cvbs-connector {
   16                 compatible = "composite-video-connector";
   17 
   18                 port {
   19                         cvbs_connector_in: endpoint {
   20                                 remote-endpoint = <&cvbs_vdac_out>;
   21                         };
   22                 };
   23         };
   24 
   25         hdmi-connector {
   26                 compatible = "hdmi-connector";
   27                 type = "a";
   28 
   29                 port {
   30                         hdmi_connector_in: endpoint {
   31                                 remote-endpoint = <&hdmi_tx_tmds_out>;
   32                         };
   33                 };
   34         };
   35 };
   36 
   37 &cec_AO {
   38         status = "okay";
   39         pinctrl-0 = <&ao_cec_pins>;
   40         pinctrl-names = "default";
   41         hdmi-phandle = <&hdmi_tx>;
   42 };
   43 
   44 &cvbs_vdac_port {
   45         cvbs_vdac_out: endpoint {
   46                 remote-endpoint = <&cvbs_connector_in>;
   47         };
   48 };
   49 
   50 &hdmi_tx {
   51         status = "okay";
   52         pinctrl-0 = <&hdmi_hpd_pins>, <&hdmi_i2c_pins>;
   53         pinctrl-names = "default";
   54         hdmi-supply = <&hdmi_5v>;
   55 };
   56 
   57 &hdmi_tx_tmds_port {
   58         hdmi_tx_tmds_out: endpoint {
   59                 remote-endpoint = <&hdmi_connector_in>;
   60         };
   61 };
   62 
   63 /* This UART is brought out to the DB9 connector */
   64 &uart_AO {
   65         status = "okay";
   66 };

Cache object: d0be20ceac566e655623ad4adf4a503b


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