diff options
author | Tom Rini <trini@konsulko.com> | 2019-02-27 13:32:09 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-27 13:32:09 -0500 |
commit | 783e66816d101f970b185083377846059d4d577d (patch) | |
tree | 31ca1a69df593a7b4ae14dad2def1a48fcc9d91b /arch/sandbox | |
parent | b3820ba997f004a376efc5446683101ff42b05af (diff) | |
parent | 98a66ffa3aafd20d38f357d624e470e20fbb1839 (diff) |
Merge git://git.denx.de/u-boot-riscv
- SiFive FU540 Support
Diffstat (limited to 'arch/sandbox')
-rw-r--r-- | arch/sandbox/dts/test.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index d4c708c79e..87d8e5bcc9 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -203,6 +203,14 @@ #clock-cells = <0>; clock-frequency = <1234>; }; + + clk_fixed_factor: clk-fixed-factor { + compatible = "fixed-factor-clock"; + #clock-cells = <0>; + clock-div = <3>; + clock-mult = <2>; + clocks = <&clk_fixed>; + }; }; clk_sandbox: clk-sbox { |