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/;

/ {
	cpus {
		cpu@10 {
			device_type = "cpu";
			compatible = "fake-cpu";
			reg = <0x10>;
		};
		cpu@11 {
			device_type = "cpu";
			compatible = "fake-cpu";
			reg = <0x11>;
		};
	};
};