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" |
Huan Zhou | 6a4ccee | 2025-03-29 20:47:59 +0800 | [diff] [blame] | 8 | #include "k1-pinctrl.dtsi" |
Kongyang Liu | ad9c143 | 2024-12-15 13:02:41 +0800 | [diff] [blame] | 9 | |
| 10 | / { |
| 11 | model = "Banana Pi BPI-F3"; |
| 12 | compatible = "bananapi,bpi-f3", "spacemit,k1"; |
| 13 | |
| 14 | chosen { |
| 15 | stdout-path = "serial0"; |
| 16 | }; |
| 17 | |
| 18 | memory@0 { |
| 19 | device_type = "memory"; |
| 20 | reg = <0x00000000 0x00000000 0x00000000 0x80000000>; |
| 21 | }; |
| 22 | }; |
| 23 | |
| 24 | &uart0 { |
Huan Zhou | 6a4ccee | 2025-03-29 20:47:59 +0800 | [diff] [blame] | 25 | pinctrl-names = "default"; |
| 26 | pinctrl-0 = <&uart0_2_cfg>; |
Kongyang Liu | ad9c143 | 2024-12-15 13:02:41 +0800 | [diff] [blame] | 27 | status = "okay"; |
| 28 | }; |