3 * Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
6 * Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9 * Kenati Technologies, Inc.
11 * board/ms7720se/ms7720se.c
13 * SPDX-License-Identifier: GPL-2.0+
18 #include <asm/processor.h>
20 #define LED_BASE 0xB0800000
24 puts("BOARD: Hitachi UL MS7720SE\n");
33 void led_set_state(unsigned short value)
35 outw(value & 0xFF, LED_BASE);