blob: 9404640084c1e61889a44866084d2f5d5498bcbf [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/dts-v1/;
/*
*
/ \
A E
/ \ \
B C F
/ / \
D G I
/
H
*/
/ {
A {
B {};
C {
D {};
};
};
E {
F {
G {
H {};
};
I {};
};
};
aliases {
foo = "/A/C";
bar = "/E/F";
};
};