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

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

		bad_endpoint: port-a@0 {
			reg = <0>;
			#address-cells = <1>;
			#size-cells = <0>;

			endpoint@d0 {
				reg = <0>;
				remote-endpoint = <0xdeadbeef>;
			};

		};

		port@1 {
			reg = <0>;
		};
	};
};