Loading...
// SPDX-License-Identifier: GPL-2.0+
/*
 * Copyright (c) 2015 Google, Inc
 */

/dts-v1/;

/include/ "skeleton.dtsi"

/ {
	model = "EFI ARM Application";
	compatible = "efi,arm-app";

	chosen {
		stdout-path = &serial;
	};

	serial: serial {
		compatible = "efi,uart";
	};

	reset {
		compatible = "efi,reset";
		bootph-all;
	};

	efi-fb {
		compatible = "efi-fb";
		bootph-some-ram;
	};

	keyboard {
		compatible = "efi-keyboard";
	};

	mouse {
		compatible = "efi,mouse";
	};

};