blob: 0b035c924f4a17097ae3088a3790c6b113c9cdb4 [file]
// 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 {};
};
};
};