hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/ox810se.dtsi
....@@ -1,16 +1,16 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * ox810se.dtsi - Device tree file for Oxford Semiconductor OX810SE SoC
34 *
45 * Copyright (C) 2016 Neil Armstrong <narmstrong@baylibre.com>
5
- *
6
- * Licensed under GPLv2 or later
76 */
87
9
-/include/ "skeleton.dtsi"
108 #include <dt-bindings/clock/oxsemi,ox810se.h>
119 #include <dt-bindings/reset/oxsemi,ox810se.h>
1210
1311 / {
12
+ #address-cells = <1>;
13
+ #size-cells = <1>;
1414 compatible = "oxsemi,ox810se";
1515
1616 cpus {
....@@ -25,6 +25,7 @@
2525 };
2626
2727 memory {
28
+ device_type = "memory";
2829 /* Max 256MB @ 0x48000000 */
2930 reg = <0x48000000 0x10000000>;
3031 };