File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed
Documentation/devicetree/bindings/riscv
arch/riscv/boot/dts/starfive Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ properties:
45
45
- items :
46
46
- enum :
47
47
- amd,mbv32
48
+ - amd,mbv64
48
49
- andestech,ax45mp
49
50
- canaan,k210
50
51
- sifive,bullet0
Original file line number Diff line number Diff line change 8
8
#include "jh7110.dtsi"
9
9
#include "jh7110-pinfunc.h"
10
10
#include <dt-bindings/gpio/gpio.h>
11
+ #include <dt-bindings/leds/common.h>
11
12
#include <dt-bindings/pinctrl/starfive,jh7110-pinctrl.h>
12
13
13
14
/ {
38
39
priority = <224>;
39
40
};
40
41
42
+ leds {
43
+ compatible = "gpio-leds";
44
+
45
+ led_status_power: led-0 {
46
+ gpios = <&aongpio 3 GPIO_ACTIVE_HIGH>;
47
+ };
48
+ };
49
+
41
50
pwmdac_codec: audio-codec {
42
51
compatible = "linux,spdif-dit";
43
52
#sound-dai-cells = <0>;
Original file line number Diff line number Diff line change 12
12
};
13
13
14
14
&gmac0 {
15
- starfive,tx-use-rgmii-clk;
16
15
assigned-clocks = <&aoncrg JH7110_AONCLK_GMAC0_TX>;
17
16
assigned-clock-parents = <&aoncrg JH7110_AONCLK_GMAC0_RMII_RTX>;
17
+ starfive,tx-use-rgmii-clk;
18
18
status = "okay";
19
19
};
20
20
31
31
};
32
32
33
33
&phy0 {
34
- motorcomm,tx-clk-adj-enabled;
34
+ rx-internal-delay-ps = <1500>;
35
+ tx-internal-delay-ps = <1500>;
36
+ motorcomm,rx-clk-drv-microamp = <3970>;
37
+ motorcomm,rx-data-drv-microamp = <2910>;
35
38
motorcomm,tx-clk-10-inverted;
36
39
motorcomm,tx-clk-100-inverted;
37
40
motorcomm,tx-clk-1000-inverted;
38
- motorcomm,rx-clk-drv-microamp = <3970>;
39
- motorcomm,rx-data-drv-microamp = <2910>;
40
- rx-internal-delay-ps = <1500>;
41
- tx-internal-delay-ps = <1500>;
41
+ motorcomm,tx-clk-adj-enabled;
42
42
};
43
43
44
44
&pwm {
You can’t perform that action at this time.
0 commit comments