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

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/ti/omap/dm8148-t410.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 /dts-v1/;
  3 
  4 #include "dm814x.dtsi"
  5 
  6 / {
  7         model = "HP t410 Smart Zero Client";
  8         compatible = "hp,t410", "ti,dm8148", "ti,dm814";
  9 
 10         memory@80000000 {
 11                 device_type = "memory";
 12                 reg = <0x80000000 0x40000000>;  /* 1 GB */
 13         };
 14 
 15         /* gpio9 seems to control USB VBUS regulator and/or hub power */
 16         usb_power: regulator@9 {
 17                 compatible = "regulator-fixed";
 18                 regulator-name = "usb_power";
 19                 regulator-min-microvolt = <5000000>;
 20                 regulator-max-microvolt = <5000000>;
 21                 gpio = <&gpio1 9 GPIO_ACTIVE_HIGH>;
 22                 enable-active-high;
 23                 regulator-always-on;
 24         };
 25 
 26         vmmcsd_fixed: fixedregulator0 {
 27                 compatible = "regulator-fixed";
 28                 regulator-name = "vmmcsd_fixed";
 29                 regulator-min-microvolt = <3300000>;
 30                 regulator-max-microvolt = <3300000>;
 31         };
 32 };
 33 
 34 &cpsw_emac0 {
 35         phy-handle = <&ethphy0>;
 36         phy-mode = "rgmii-id";
 37 };
 38 
 39 &cpsw_emac1 {
 40         phy-handle = <&ethphy1>;
 41         phy-mode = "rgmii-id";
 42 };
 43 
 44 &davinci_mdio {
 45         ethphy0: ethernet-phy@0 {
 46                 reg = <0>;
 47         };
 48 
 49         ethphy1: ethernet-phy@1 {
 50                 reg = <1>;
 51         };
 52 };
 53 
 54 &mmc1 {
 55         status = "disabled";
 56 };
 57 
 58 &mmc2 {
 59         status = "disabled";
 60 };
 61 
 62 &mmc3 {
 63         pinctrl-names = "default";
 64         pinctrl-0 = <&sd2_pins>;
 65         vmmc-supply = <&vmmcsd_fixed>;
 66         bus-width = <8>;
 67         dmas = <&edma_xbar 8 0 1        /* use SDTXEVT1 instead of MCASP0TX */
 68                 &edma_xbar 9 0 2>;      /* use SDRXEVT1 instead of MCASP0RX */
 69         dma-names = "tx", "rx";
 70         non-removable;
 71 };
 72 
 73 &pincntl {
 74         sd2_pins: sd2-pins {
 75                 pinctrl-single,pins = <
 76                         DM814X_IOPAD(0x09c0, PIN_INPUT_PULLUP | 0x1)    /* SD2_DAT[7] */
 77                         DM814X_IOPAD(0x09c4, PIN_INPUT_PULLUP | 0x1)    /* SD2_DAT[6] */
 78                         DM814X_IOPAD(0x09c8, PIN_INPUT_PULLUP | 0x1)    /* SD2_DAT[5] */
 79                         DM814X_IOPAD(0x09cc, PIN_INPUT_PULLUP | 0x1)    /* SD2_DAT[4] */
 80                         DM814X_IOPAD(0x09d0, PIN_INPUT_PULLUP | 0x1)    /* SD2_DAT[3] */
 81                         DM814X_IOPAD(0x09d4, PIN_INPUT_PULLUP | 0x1)    /* SD2_DAT[2] */
 82                         DM814X_IOPAD(0x09d8, PIN_INPUT_PULLUP | 0x1)    /* SD2_DAT[1] */
 83                         DM814X_IOPAD(0x09dc, PIN_INPUT_PULLUP | 0x1)    /* SD2_DAT[0] */
 84                         DM814X_IOPAD(0x09e0, PIN_INPUT | 0x1)           /* SD2_CLK */
 85                         DM814X_IOPAD(0x09f4, PIN_INPUT_PULLUP | 0x2)    /* SD2_CMD */
 86                         DM814X_IOPAD(0x0920, PIN_INPUT | 0x40)  /* SD2_SDCD */
 87                         >;
 88         };
 89 
 90         usb0_pins: usb0-pins {
 91                 pinctrl-single,pins = <
 92                         DM814X_IOPAD(0x0c34, PIN_OUTPUT | 0x1)  /* USB0_DRVVBUS */
 93                         >;
 94         };
 95 
 96         usb1_pins: usb1-pins {
 97                 pinctrl-single,pins = <
 98                         DM814X_IOPAD(0x0834, PIN_OUTPUT | 0x80) /* USB1_DRVVBUS */
 99                         >;
100         };
101 };
102 
103 &usb0 {
104         pinctrl-names = "default";
105         pinctrl-0 = <&usb0_pins>;
106         dr_mode = "host";
107 };
108 
109 &usb1 {
110         pinctrl-names = "default";
111         pinctrl-0 = <&usb1_pins>;
112         dr_mode = "host";
113 };

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