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

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/intel/ixp/intel-ixp42x-welltech-epbx100.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
  2 /*
  3  * Copyright (C) 2021 Corentin Labbe <clabbe@baylibre.com>
  4  */
  5 
  6 /dts-v1/;
  7 
  8 #include "intel-ixp42x.dtsi"
  9 
 10 / {
 11         model = "Welltech EPBX100";
 12         compatible = "welltech,epbx100", "intel,ixp42x";
 13         #address-cells = <1>;
 14         #size-cells = <1>;
 15 
 16         memory@0 {
 17                 /* 64 MB SDRAM */
 18                 device_type = "memory";
 19                 reg = <0x00000000 0x4000000>;
 20         };
 21 
 22         chosen {
 23                 bootargs = "console=ttyS0,115200n8 root=/dev/ram0 initrd=0x00800000,9M";
 24                 stdout-path = "uart0:115200n8";
 25         };
 26 
 27         aliases {
 28                 serial0 = &uart0;
 29         };
 30 
 31         soc {
 32                 bus@c4000000 {
 33                         flash@0,0 {
 34                                 compatible = "intel,ixp4xx-flash", "cfi-flash";
 35                                 bank-width = <2>;
 36                                 /*
 37                                  * 16 MB of Flash
 38                                  */
 39                                 reg = <0 0x00000000 0x1000000>;
 40 
 41                                 partitions {
 42                                         compatible = "fixed-partitions";
 43                                         #address-cells = <1>;
 44                                         #size-cells = <1>;
 45 
 46                                         partition@0 {
 47                                                 label = "RedBoot";
 48                                                 reg = <0x00000000 0x00080000>;
 49                                                 read-only;
 50                                         };
 51                                         partition@80000 {
 52                                                 label = "zImage";
 53                                                 reg = <0x00080000 0x00100000>;
 54                                                 read-only;
 55                                         };
 56                                         partition@180000 {
 57                                                 label = "ramdisk";
 58                                                 reg = <0x00180000 0x00300000>;
 59                                                 read-only;
 60                                         };
 61                                         partition@480000 {
 62                                                 label = "User";
 63                                                 reg = <0x00480000 0x00b60000>;
 64                                                 read-only;
 65                                         };
 66                                         partition@fe0000 {
 67                                                 label = "FIS directory";
 68                                                 reg = <0x00fe0000 0x001f000>;
 69                                                 read-only;
 70                                         };
 71                                         partition@fff000 {
 72                                                 label = "RedBoot config";
 73                                                 reg = <0x00fff000 0x0001000>;
 74                                                 read-only;
 75                                         };
 76                                 };
 77                         };
 78                 };
 79 
 80                 /* LAN port */
 81                 ethernet@c8009000 {
 82                         status = "okay";
 83                         queue-rx = <&qmgr 3>;
 84                         queue-txready = <&qmgr 20>;
 85                         phy-mode = "rgmii";
 86                         phy-handle = <&phy5>;
 87 
 88                         mdio {
 89                                 #address-cells = <1>;
 90                                 #size-cells = <0>;
 91 
 92                                 phy5: ethernet-phy@5 {
 93                                         reg = <5>;
 94                                 };
 95                         };
 96                 };
 97         };
 98 };

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