summaryrefslogtreecommitdiff
path: root/bsp/coreip-e24-arty/design.dts
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/coreip-e24-arty/design.dts')
-rw-r--r--bsp/coreip-e24-arty/design.dts82
1 files changed, 82 insertions, 0 deletions
diff --git a/bsp/coreip-e24-arty/design.dts b/bsp/coreip-e24-arty/design.dts
index 7cf8609..29ffd4e 100644
--- a/bsp/coreip-e24-arty/design.dts
+++ b/bsp/coreip-e24-arty/design.dts
@@ -5,6 +5,10 @@
#size-cells = <1>;
compatible = "SiFive,FE240G-dev", "fe240-dev", "sifive-dev";
model = "SiFive,FE240G";
+ chosen {
+ stdout-path = "/soc/serial@20000000:115200";
+ mee,entry = <&L11 0x400000>;
+ };
L17: aliases {
serial0 = &L10;
};
@@ -31,6 +35,11 @@
#size-cells = <1>;
compatible = "SiFive,FE240G-soc", "fe240-soc", "sifive-soc", "simple-bus";
ranges;
+ hfclk: clock@0 {
+ #clock-cells = <0>;
+ compatible = "fixed-clock";
+ clock-frequency = <32500000>;
+ };
L0: debug-controller@0 {
compatible = "sifive,debug-013", "riscv,debug-013";
interrupts-extended = <&L2 65535>;
@@ -43,6 +52,7 @@
reg-names = "mem";
};
L7: global-external-interrupts {
+ compatible = "sifive,global-external-interrupts0";
interrupt-parent = <&L1>;
interrupts = <0 1 2 3>;
};
@@ -68,6 +78,7 @@
sifive,numlevels = <16>;
};
L8: local-external-interrupts-0 {
+ compatible = "sifive,local-external-interrupts0";
interrupt-parent = <&L1>;
interrupts = <26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152>;
};
@@ -84,6 +95,7 @@
interrupts = <4>;
reg = <0x20000000 0x1000>;
reg-names = "control";
+ clocks = <&hfclk>;
};
L11: spi@20004000 {
#address-cells = <1>;
@@ -104,6 +116,76 @@
reg = <0x80008000 0x8000>;
reg-names = "mem";
};
+ led@0red {
+ compatible = "sifive,gpio-leds";
+ label = "LD0red";
+ gpios = <&L12 0>;
+ linux,default-trigger = "none";
+ };
+ led@0green {
+ compatible = "sifive,gpio-leds";
+ label = "LD0green";
+ gpios = <&L12 1>;
+ linux,default-trigger = "none";
+ };
+ led@0blue {
+ compatible = "sifive,gpio-leds";
+ label = "LD0blue";
+ gpios = <&L12 2>;
+ linux,default-trigger = "none";
+ };
+ button@0 {
+ compatible = "sifive,gpio-buttons";
+ label = "BTN0";
+ gpios = <&L12 4>;
+ interrupts-extended = <&L8 4>;
+ linux,code = "none";
+ };
+ button@1 {
+ compatible = "sifive,gpio-buttons";
+ label = "BTN1";
+ gpios = <&L12 5>;
+ interrupts-extended = <&L8 5>;
+ linux,code = "none";
+ };
+ button@2 {
+ compatible = "sifive,gpio-buttons";
+ label = "BTN2";
+ gpios = <&L12 6>;
+ interrupts-extended = <&L8 6>;
+ linux,code = "none";
+ };
+ button@3 {
+ compatible = "sifive,gpio-buttons";
+ label = "BTN3";
+ gpios = <&L12 7>;
+ interrupts-extended = <&L8 7>;
+ linux,code = "none";
+ };
+ switch@0 {
+ compatible = "sifive,gpio-switches";
+ label = "SW0";
+ interrupts-extended = <&L7 0>;
+ linux,code = "none";
+ };
+ switch@1 {
+ compatible = "sifive,gpio-switches";
+ label = "SW1";
+ interrupts-extended = <&L7 1>;
+ linux,code = "none";
+ };
+ switch@2 {
+ compatible = "sifive,gpio-switches";
+ label = "SW2";
+ interrupts-extended = <&L7 2>;
+ linux,code = "none";
+ };
+ switch@3 {
+ compatible = "sifive,gpio-switches";
+ label = "SW3";
+ interrupts-extended = <&L8 3>;
+ linux,code = "none";
+ };
L4: teststatus@4000 {
compatible = "sifive,test0";
reg = <0x4000 0x1000>;