Manivannan Sadhasivam | 97775d2 | 2018-06-14 23:38:31 +0530 | [diff] [blame] | 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 | |