OSDN Git Service

h8300: update dts.
authorYoshinori Sato <ysato@users.sourceforge.jp>
Thu, 26 Dec 2019 09:23:24 +0000 (18:23 +0900)
committerYoshinori Sato <ysato@users.sourceforge.jp>
Wed, 30 Mar 2022 09:55:28 +0000 (18:55 +0900)
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
arch/h8300/boot/dts/edosk2674.dts

index d173380..f9731fe 100644 (file)
@@ -61,7 +61,7 @@
                compatible = "renesas,h8s-intc", "renesas,h8300-intc";
                #interrupt-cells = <2>;
                interrupt-controller;
-               reg = <0xfffe00 24>;
+               reg = <0xfffe00 24>, <0xffff30 6>;
        };
 
        bsc: memory-controller@fffec0 {
@@ -79,7 +79,7 @@
        timer8: timer@ffffb0 {
                compatible = "renesas,8bit-timer";
                reg = <0xffffb0 10>;
-               interrupts = <72 0>;
+               interrupts = <72 0>, <73 0>, <74 0>;
                clocks = <&fclk>;
                clock-names = "fck";
        };
                clocks = <&fclk>;
                clock-names = "fck";
        };
+       ethernet: ethernet@f80000 {
+               compatible = "smsc,lan91c94";
+               reg = <0xf80000 0xfbffff>;
+               reg-io-width = <1>;
+               interrupts = <16 0>;
+       };
 };