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

/ {
	#address-cells = <1>;
	#size-cells = <1>;
	PIC: pic@0 {
		reg = <0x0 0x10>;
		interrupt-controller;
	};
	chosen {
		interrupt-controller = <&PIC>;
	};
};