hw/riscv: Support the official PLIC DT bindings
commit60bb5407f02b9d7cf7078ff339cbae961b7e98cc
authorBin Meng <bin.meng@windriver.com>
Fri, 30 Apr 2021 07:12:58 +0000 (30 15:12 +0800)
committerAlistair Francis <alistair.francis@wdc.com>
Mon, 7 Jun 2021 23:59:42 +0000 (8 09:59 +1000)
treefa82cbb8d3e66bedad82b303df551e7a947260de
parent7cfbb17f023dc014d366b2f30af852aa62a5c3b1
hw/riscv: Support the official PLIC DT bindings

The official DT bindings of PLIC uses "sifive,plic-1.0.0" as the
compatible string in the upstream Linux kernel. "riscv,plic0" is
now legacy and has to be kept for backward compatibility of legacy
systems.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-id: 20210430071302.1489082-4-bmeng.cn@gmail.com
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
hw/riscv/sifive_u.c
hw/riscv/virt.c