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/;
/plugin/;
/ {
	fragment@1 {
		target = <&foo>;
		__overlay__ {
			overlay-1-property;
			bar: barnode {
				bar-property = "bar";
			};
		};
	};
};