From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- dtc/tests/boot-cpuid.dts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dtc/tests/boot-cpuid.dts (limited to 'dtc/tests/boot-cpuid.dts') diff --git a/dtc/tests/boot-cpuid.dts b/dtc/tests/boot-cpuid.dts new file mode 100644 index 000000000..7021a241f --- /dev/null +++ b/dtc/tests/boot-cpuid.dts @@ -0,0 +1,16 @@ +/dts-v1/; + +/ { + cpus { + cpu@10 { + device_type = "cpu"; + compatible = "fake-cpu"; + reg = <0x10>; + }; + cpu@11 { + device_type = "cpu"; + compatible = "fake-cpu"; + reg = <0x11>; + }; + }; +}; -- cgit 1.2.3-korg