X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=arch%2Farc%2Fdts%2Fskeleton.dtsi;h=279fc6cacfc0ecb0d8a143dfb3fa65e6e5168ddd;hb=df1e6212f957627731daf9844efe960ca8a549df;hp=b41d241de2cde0ccf022134519e9f9d3ae4261a4;hpb=b491d9757d14415edcb1468ed896a704d0f0cfe7;p=u-boot diff --git a/arch/arc/dts/skeleton.dtsi b/arch/arc/dts/skeleton.dtsi index b41d241de2..279fc6cacf 100644 --- a/arch/arc/dts/skeleton.dtsi +++ b/arch/arc/dts/skeleton.dtsi @@ -9,5 +9,22 @@ #size-cells = <1>; chosen { }; aliases { }; - memory { device_type = "memory"; reg = <0 0>; }; + + cpu_card { + compatible = "simple-bus"; + #address-cells = <1>; + #size-cells = <1>; + u-boot,dm-pre-reloc; + + timer@0 { + compatible = "snps,arc-timer"; + clocks = <&core_clk>; + reg = <0 1>; + }; + }; + + memory@80000000 { + device_type = "memory"; + reg = <0x80000000 0x10000000>; /* 256M */ + }; };