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

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/freescale/fsl-lx2162a-sr-som.dtsi

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.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
  2 //
  3 // Device Tree file for LX2162A-SOM
  4 //
  5 // Copyright 2021 Rabeeh Khoury <rabeeh@solid-run.com>
  6 // Copyright 2023 Josua Mayer <josua@solid-run.com>
  7 
  8 &crypto {
  9         status = "okay";
 10 };
 11 
 12 &dpmac17 {
 13         phy-handle = <&ethernet_phy0>;
 14         phy-connection-type = "rgmii-id";
 15 };
 16 
 17 &emdio1 {
 18         status = "okay";
 19 
 20         ethernet_phy0: ethernet-phy@1 {
 21                 reg = <1>;
 22         };
 23 };
 24 
 25 &esdhc1 {
 26         bus-width = <8>;
 27         mmc-hs200-1_8v;
 28         mmc-hs400-1_8v;
 29         status = "okay";
 30 };
 31 
 32 &fspi {
 33         status = "okay";
 34 
 35         flash@0 {
 36                 compatible = "jedec,spi-nor";
 37                 reg = <0>;
 38                 m25p,fast-read;
 39                 spi-max-frequency = <50000000>;
 40                 /* The following setting enables 1-1-8 (CMD-ADDR-DATA) mode */
 41                 spi-rx-bus-width = <8>;
 42                 spi-tx-bus-width = <1>;
 43         };
 44 };
 45 
 46 &i2c0 {
 47         status = "okay";
 48 
 49         fan-controller@18 {
 50                 compatible = "ti,amc6821";
 51                 reg = <0x18>;
 52         };
 53 
 54         ddr_spd: eeprom@51 {
 55                 compatible = "st,24c02", "atmel,24c02";
 56                 reg = <0x51>;
 57                 read-only;
 58         };
 59 
 60         config_eeprom: eeprom@57 {
 61                 compatible = "st,24c02", "atmel,24c02";
 62                 reg = <0x57>;
 63         };
 64 };
 65 
 66 &i2c4 {
 67         status = "okay";
 68 
 69         variable_eeprom: eeprom@54 {
 70                 compatible = "st,24c2048", "atmel,24c2048";
 71                 reg = <0x54>;
 72         };
 73 };
 74 
 75 &i2c5 {
 76         status = "okay";
 77 
 78         rtc@6f {
 79                 compatible = "microchip,mcp7940x";
 80                 reg = <0x6f>;
 81         };
 82 };

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