maint: fix irq priority addition for aarch64/x86_64
This commit is contained in:
@@ -221,6 +221,42 @@
|
||||
reg = <0x00 0x80000000 0x04 0x00>;
|
||||
};
|
||||
|
||||
leds: pwmleds {
|
||||
compatible = "pwm-leds";
|
||||
|
||||
green-d12 {
|
||||
label = "green:d12";
|
||||
pwms = <0x0d 0x00 0x773594 0x01>;
|
||||
active-low = <0x01>;
|
||||
max-brightness = <0xff>;
|
||||
linux,default-trigger = "none";
|
||||
};
|
||||
|
||||
green-d2 {
|
||||
label = "green:d2";
|
||||
pwms = <0x0d 0x01 0x773594 0x01>;
|
||||
active-low = <0x01>;
|
||||
max-brightness = <0xff>;
|
||||
linux,default-trigger = "none";
|
||||
};
|
||||
|
||||
red-d2 {
|
||||
label = "red:d2";
|
||||
pwms = <0x0d 0x02 0x773594 0x01>;
|
||||
active-low = <0x01>;
|
||||
max-brightness = <0xff>;
|
||||
linux,default-trigger = "none";
|
||||
};
|
||||
|
||||
blue-d2 {
|
||||
label = "blue:d2";
|
||||
pwms = <0x0d 0x03 0x773594 0x01>;
|
||||
active-low = <0x01>;
|
||||
max-brightness = <0xff>;
|
||||
linux,default-trigger = "none";
|
||||
};
|
||||
};
|
||||
|
||||
clk_hfclk: hfclk {
|
||||
#clock-cells = <0>;
|
||||
compatible = "fixed-clock";
|
||||
|
||||
@@ -107,23 +107,23 @@
|
||||
compatible = "sifive,uart0";
|
||||
};
|
||||
|
||||
// pwm@10021000 {
|
||||
// #pwm-cells = <0x00>;
|
||||
// clocks = <0x05 0x03>;
|
||||
// interrupts = <0x2e 0x2f 0x30 0x31>;
|
||||
// interrupt-parent = <0x06>;
|
||||
// reg = <0x00 0x10021000 0x00 0x1000>;
|
||||
// compatible = "sifive,pwm0";
|
||||
// };
|
||||
pwm0: pwm@10020000 {
|
||||
#pwm-cells = <0>;
|
||||
clocks = <&prci 0x03>;
|
||||
interrupts = <0x2a>, <0x2b>, <0x2c>, <0x2d>;
|
||||
interrupt-parent = <&plic>;
|
||||
reg = <0x00 0x10020000 0x00 0x1000>;
|
||||
compatible = "sifive,pwm0";
|
||||
};
|
||||
|
||||
// pwm@10020000 {
|
||||
// #pwm-cells = <0x00>;
|
||||
// clocks = <0x05 0x03>;
|
||||
// interrupts = <0x2a 0x2b 0x2c 0x2d>;
|
||||
// interrupt-parent = <0x06>;
|
||||
// reg = <0x00 0x10020000 0x00 0x1000>;
|
||||
// compatible = "sifive,pwm0";
|
||||
// };
|
||||
pwm1: pwm@10021000 {
|
||||
#pwm-cells = <0>;
|
||||
clocks = <&prci 0x03>;
|
||||
interrupts = <0x2e>, <0x2f>, <0x30>, <0x31>;
|
||||
interrupt-parent = <&plic>;
|
||||
reg = <0x00 0x10021000 0x00 0x1000>;
|
||||
compatible = "sifive,pwm0";
|
||||
};
|
||||
|
||||
gmac0: ethernet@10090000 {
|
||||
#size-cells = <0x00>;
|
||||
|
||||
Reference in New Issue
Block a user