Add a dts for the Honestar ssd201htv2 devkit. This is for the board populated with a SSD202D. Signed-off-by: Daniel Palmer <daniel@0x0f.com> Link: https://lore.kernel.org/r/20201201134330.3037007-8-daniel@0x0f.com' Signed-off-by: Arnd Bergmann <arnd@arndb.de>
26 lines
393 B
Plaintext
26 lines
393 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/*
|
|
* Copyright (c) 2020 thingy.jp.
|
|
* Author: Daniel Palmer <daniel@thingy.jp>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include "mstar-infinity2m-ssd202d.dtsi"
|
|
|
|
/ {
|
|
model = "SSD201_HT_V2";
|
|
compatible = "honestar,ssd201htv2", "mstar,infinity2m";
|
|
|
|
aliases {
|
|
serial0 = &pm_uart;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0:115200n8";
|
|
};
|
|
};
|
|
|
|
&pm_uart {
|
|
status = "okay";
|
|
};
|