diff options
Diffstat (limited to 'roms/u-boot/arch/arc/dts/axc003.dtsi')
-rw-r--r-- | roms/u-boot/arch/arc/dts/axc003.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arc/dts/axc003.dtsi b/roms/u-boot/arch/arc/dts/axc003.dtsi new file mode 100644 index 000000000..75a9de61d --- /dev/null +++ b/roms/u-boot/arch/arc/dts/axc003.dtsi @@ -0,0 +1,18 @@ +// SPDX-License-Identifier: GPL-2.0+ +/* + * Copyright (C) 2017 Synopsys, Inc. All rights reserved. + */ + +/include/ "skeleton.dtsi" + +/ { + cpu_card { + core_clk: core_clk { + #clock-cells = <0>; + compatible = "fixed-clock"; + clock-frequency = <100000000>; + u-boot,dm-pre-reloc; + }; + }; +}; + |