From 6f50818290c88c662e4ed19e84ecba8f9bdfec10 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 21 Jan 2020 15:45:09 +0800 Subject: [PATCH] add NICT --- nict.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 nict.json diff --git a/nict.json b/nict.json new file mode 100644 index 0000000..93be299 --- /dev/null +++ b/nict.json @@ -0,0 +1,15 @@ +{ + "target": "kasli", + "variant": "nict", + "hw_rev": "v1.1", + "base": "standalone", + "core_addr": "192.168.1.75", + "peripherals": [ + { + "type": "dio", + "ports": [0], + "bank_direction_low": "input", + "bank_direction_high": "output" + } + ] +}