Commit 780ffcd5 authored by Yoshinori Sato's avatar Yoshinori Sato

h8300: register address fix

Signed-off-by: default avatarYoshinori Sato <ysato@users.sourceforge.jp>
parent 75078de4
...@@ -7,7 +7,7 @@ / { ...@@ -7,7 +7,7 @@ / {
chosen { chosen {
bootargs = "console=ttySC2,38400"; bootargs = "console=ttySC2,38400";
stdout-path = <&sci2>; stdout-path = &sci2;
}; };
aliases { aliases {
serial0 = &sci0; serial0 = &sci0;
...@@ -25,13 +25,13 @@ pllclk: pllclk { ...@@ -25,13 +25,13 @@ pllclk: pllclk {
compatible = "renesas,h8s2678-pll-clock"; compatible = "renesas,h8s2678-pll-clock";
clocks = <&xclk>; clocks = <&xclk>;
#clock-cells = <0>; #clock-cells = <0>;
reg = <0xfee03b 2>, <0xfee045 2>; reg = <0xffff3b 1>, <0xffff45 1>;
}; };
core_clk: core_clk { core_clk: core_clk {
compatible = "renesas,h8300-div-clock"; compatible = "renesas,h8300-div-clock";
clocks = <&pllclk>; clocks = <&pllclk>;
#clock-cells = <0>; #clock-cells = <0>;
reg = <0xfee03b 2>; reg = <0xffff3b 1>;
renesas,width = <3>; renesas,width = <3>;
}; };
fclk: fclk { fclk: fclk {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment