diff options
Diffstat (limited to 'fdts/juno.dts')
-rw-r--r-- | fdts/juno.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/fdts/juno.dts b/fdts/juno.dts new file mode 100644 index 0000000..56fe167 --- /dev/null +++ b/fdts/juno.dts @@ -0,0 +1,15 @@ +/* + * Copyright (c) 2021, Arm Limited. All rights reserved. + * + * SPDX-License-Identifier: BSD-3-Clause + */ + +/dts-v1/; + +/ { + +}; + +#if ARM_ETHOSN_NPU_DRIVER + #include "juno-ethosn.dtsi" +#endif |