Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/dts-v1/;

#include "Y1.dtsi"

/ {
	compatible = "lenovo,Y1", "ralink,mt7620a-soc";
	model = "Lenovo Y1";

	gpio-leds {
		compatible = "gpio-leds";

		power1 {
			label = "y1:blue:power";
			gpios = <&gpio0 9 1>;
		};

		wlan1 {
			label = "y1:blue:wifi";
			gpios = <&gpio3 0 1>;
		};

		wlan2 {
			label = "y1:blue:wifi5g";
			gpios = <&gpio2 10 1>;
		};

		usb {
			label = "y1:blue:usb";
			gpios = <&gpio2 12 1>;
		};

		lan {
			label = "y1:blue:lan";
			gpios = <&gpio2 15 1>;
		};

		internet {
			label = "y1:blue:internet";
			gpios = <&gpio2 11 1>;
		};
	};
};

&ethernet {
	pinctrl-names = "default";
	pinctrl-0 = <&ephy_pins>;
	mtd-mac-address = <&factory 0x4>;
	mediatek,portmap = "llllw";
};