arch/arm/boot/dts/marvell/armada-385-clearfog-gtr-l8.dts

Source file repositories/reference/linux-study-clean/arch/arm/boot/dts/marvell/armada-385-clearfog-gtr-l8.dts

File Facts

System
Linux kernel
Corpus path
arch/arm/boot/dts/marvell/armada-385-clearfog-gtr-l8.dts
Extension
.dts
Size
2338 bytes
Lines
141
Domain
Architecture Layer
Bucket
arch/arm
Inferred role
Architecture Layer: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

// SPDX-License-Identifier: (GPL-2.0 OR MIT)

#include "armada-385-clearfog-gtr.dtsi"

/ {
	model = "SolidRun Clearfog GTR L8";
	compatible = "solidrun,clearfog-gtr-l8", "marvell,armada385",
		     "marvell,armada380";

	/* CON25 */
	sfp1: sfp-1 {
		compatible = "sff,sfp";
		pinctrl-0 = <&cf_gtr_sfp1_pins>;
		pinctrl-names = "default";
		i2c-bus = <&i2c0>;
		mod-def0-gpio = <&gpio0 24 GPIO_ACTIVE_LOW>;
		tx-disable-gpio = <&gpio1 22 GPIO_ACTIVE_HIGH>;
	};
};

&mdio {
	switch0: ethernet-switch@4 {
		compatible = "marvell,mv88e6190";
		reg = <4>;
		pinctrl-names = "default";
		pinctrl-0 = <&cf_gtr_switch_reset_pins>;
		reset-gpios = <&gpio0 18 GPIO_ACTIVE_LOW>;

		ethernet-ports {
			#address-cells = <1>;
			#size-cells = <0>;

			ethernet-port@1 {
				reg = <1>;
				label = "lan1";
				phy-handle = <&switch0phy0>;
			};

			ethernet-port@2 {
				reg = <2>;
				label = "lan2";
				phy-handle = <&switch0phy1>;
			};

			ethernet-port@3 {
				reg = <3>;
				label = "lan3";
				phy-handle = <&switch0phy2>;
			};

			ethernet-port@4 {
				reg = <4>;
				label = "lan4";
				phy-handle = <&switch0phy3>;
			};

			ethernet-port@5 {
				reg = <5>;
				label = "lan5";
				phy-handle = <&switch0phy4>;
			};

			ethernet-port@6 {
				reg = <6>;
				label = "lan6";
				phy-handle = <&switch0phy5>;
			};

			ethernet-port@7 {
				reg = <7>;

Annotation

Implementation Notes