// SPDX-License-Identifier: GPL-2.0-or-later OR MIT | |
/* | |
* Copyright (C) 2024 Yangyu Chen <cyy@cyyself.name> | |
*/ | |
#include "k1.dtsi" | |
#include "binman.dtsi" | |
/ { | |
model = "Banana Pi BPI-F3"; | |
compatible = "bananapi,bpi-f3", "spacemit,k1"; | |
chosen { | |
stdout-path = "serial0"; | |
}; | |
memory@0 { | |
device_type = "memory"; | |
reg = <0x00000000 0x00000000 0x00000000 0x80000000>; | |
}; | |
}; | |
&uart0 { | |
status = "okay"; | |
}; |