1 // SPDX-License-Identifier: GPL-2.0+
4 * Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
7 * Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10 * Kenati Technologies, Inc.
12 * board/ms7720se/ms7720se.c
17 #include <asm/processor.h>
19 #define LED_BASE 0xB0800000
23 puts("BOARD: Hitachi UL MS7720SE\n");
32 void led_set_state(unsigned short value)
34 outw(value & 0xFF, LED_BASE);