Manivannan Sadhasivam | eba6589 | 2018-06-14 23:38:32 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
2 | // | ||||
3 | // Device Tree Source for Bubblegum-96 | ||||
4 | // | ||||
5 | // Copyright (C) 2015 Actions Semi Co., Ltd. | ||||
6 | // Copyright (C) 2018 Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | ||||
7 | |||||
8 | /dts-v1/; | ||||
9 | #include "s900.dtsi" | ||||
10 | |||||
11 | / { | ||||
12 | model = "Bubblegum-96"; | ||||
13 | compatible = "ucrobotics,bubblegum-96", "actions,s900"; | ||||
14 | |||||
15 | memory@0 { | ||||
16 | device_type = "memory"; | ||||
17 | reg = <0x0 0x0 0x0 0x80000000>; | ||||
18 | }; | ||||
19 | }; |