~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/st/stih418-b2199.dts

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: GPL-2.0-only
  2 /*
  3  * Copyright (C) 2015 STMicroelectronics (R&D) Limited.
  4  * Author: Maxime Coquelin <maxime.coquelin@st.com>
  5  */
  6 /dts-v1/;
  7 #include "stih418.dtsi"
  8 #include <dt-bindings/gpio/gpio.h>
  9 / {
 10         model = "STiH418 B2199";
 11         compatible = "st,stih418-b2199", "st,stih418";
 12 
 13         chosen {
 14                 stdout-path = &sbc_serial0;
 15         };
 16 
 17         memory@40000000 {
 18                 device_type = "memory";
 19                 reg = <0x40000000 0xc0000000>;
 20         };
 21 
 22         aliases {
 23                 serial0 = &sbc_serial0;
 24                 ethernet0 = &ethernet0;
 25         };
 26 
 27         leds {
 28                 compatible = "gpio-leds";
 29                 led-red {
 30                         label = "Front Panel LED";
 31                         gpios = <&pio4 1 GPIO_ACTIVE_HIGH>;
 32                         linux,default-trigger = "heartbeat";
 33                 };
 34                 led-green {
 35                         gpios = <&pio1 3 GPIO_ACTIVE_HIGH>;
 36                         default-state = "off";
 37                 };
 38         };
 39 
 40         miphy28lp_phy: miphy28lp {
 41 
 42                 phy_port0: port@9b22000 {
 43                         st,osc-rdy;
 44                 };
 45 
 46                 phy_port1: port@9b2a000 {
 47                         st,osc-force-ext;
 48                 };
 49         };
 50 
 51         soc {
 52                 sbc_serial0: serial@9530000 {
 53                         status = "okay";
 54                 };
 55 
 56                 i2c@9842000 {
 57                         status = "okay";
 58                 };
 59 
 60                 i2c@9843000 {
 61                         status = "okay";
 62                 };
 63 
 64                 i2c@9844000 {
 65                         status = "okay";
 66                 };
 67 
 68                 i2c@9845000 {
 69                         status = "okay";
 70                 };
 71 
 72                 i2c@9540000 {
 73                         status = "okay";
 74                 };
 75 
 76                 /* SSC11 to HDMI */
 77                 i2c@9541000 {
 78                         status = "okay";
 79                         /* HDMI V1.3a supports Standard mode only */
 80                         clock-frequency = <100000>;
 81                         st,i2c-min-scl-pulse-width-us = <0>;
 82                         st,i2c-min-sda-pulse-width-us = <5>;
 83                 };
 84 
 85                 mmc1: sdhci@9080000 {
 86                         status = "okay";
 87                 };
 88 
 89                 mmc0: sdhci@9060000 {
 90                         status = "okay";
 91                         max-frequency = <200000000>;
 92                         sd-uhs-sdr50;
 93                         sd-uhs-sdr104;
 94                         sd-uhs-ddr50;
 95                         non-removable;
 96                 };
 97 
 98                 st_dwc3: dwc3@8f94000 {
 99                         status = "okay";
100                 };
101 
102                 ethernet0: dwmac@9630000 {
103                         st,tx-retime-src = "clkgen";
104                         status = "okay";
105                         phy-mode = "rgmii";
106                         fixed-link = <0 1 1000 0 0>;
107                 };
108         };
109 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php