Kongyang Liu | ad9c143 | 2024-12-15 13:02:41 +0800 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later OR MIT |
2 | /* | ||||
3 | * Copyright (C) 2024 Yangyu Chen <cyy@cyyself.name> | ||||
4 | */ | ||||
5 | |||||
6 | #include "k1.dtsi" | ||||
7 | #include "binman.dtsi" | ||||
8 | |||||
9 | / { | ||||
10 | model = "Banana Pi BPI-F3"; | ||||
11 | compatible = "bananapi,bpi-f3", "spacemit,k1"; | ||||
12 | |||||
13 | chosen { | ||||
14 | stdout-path = "serial0"; | ||||
15 | }; | ||||
16 | |||||
17 | memory@0 { | ||||
18 | device_type = "memory"; | ||||
19 | reg = <0x00000000 0x00000000 0x00000000 0x80000000>; | ||||
20 | }; | ||||
21 | }; | ||||
22 | |||||
23 | &uart0 { | ||||
24 | status = "okay"; | ||||
25 | }; |