summaryrefslogtreecommitdiffstats
path: root/fake.dts
diff options
context:
space:
mode:
Diffstat (limited to 'fake.dts')
-rw-r--r--fake.dts16
1 files changed, 16 insertions, 0 deletions
diff --git a/fake.dts b/fake.dts
new file mode 100644
index 0000000..e6dd958
--- /dev/null
+++ b/fake.dts
@@ -0,0 +1,16 @@
+/dts-v1/;
+
+/ {
+ #address-cells = <0x1>;
+ #size-cells = <0x0>;
+
+ fsi@0 {
+ #address-cells = <0x2>;
+ #size-cells = <0x1>;
+ compatible = "ibm,fake-fsi";
+ reg = <0x0 0x0 0x0>;
+
+ index = <0x0>;
+ status = "hidden";
+ };
+};
OpenPOWER on IntegriCloud