]> git.sur5r.net Git - u-boot/blobdiff - arch/arc/dts/skeleton.dtsi
rockchip: dts: rk3399-puma: fix the modelling of BIOS_DISABLE
[u-boot] / arch / arc / dts / skeleton.dtsi
index b41d241de2cde0ccf022134519e9f9d3ae4261a4..279fc6cacfc0ecb0d8a143dfb3fa65e6e5168ddd 100644 (file)
@@ -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 */
+       };
 };