]> git.sur5r.net Git - u-boot/blob - arch/arm/dts/s900.dtsi
arm: Add support for Actions Semi OWL SoC family
[u-boot] / arch / arm / dts / s900.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 //
3 // Device Tree Source for Actions Semi S900 SoC
4 //
5 // Copyright (C) 2015 Actions Semi Co., Ltd.
6 // Copyright (C) 2018 Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
7
8 /dts-v1/;
9
10 / {
11         compatible = "actions,s900";
12         #address-cells = <0x2>;
13         #size-cells = <0x2>;
14
15         soc {
16                 u-boot,dm-pre-reloc;
17                 compatible = "simple-bus";
18                 #address-cells = <0x2>;
19                 #size-cells = <0x2>;
20                 ranges;
21         };
22 };
23