| // Copyright 2024 The Fuchsia Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| /dts-v1/; |
| |
| / { |
| #address-cells = <1>; |
| #size-cells = <1>; |
| reserved-memory { |
| #address-cells = <1>; |
| #size-cells = <1>; |
| ranges; |
| buffer@78000000 { |
| reg = <0x78000000 0x800000>; |
| }; |
| |
| buffer@76000000 { |
| reg = <0x76000000 0x400000>; |
| }; |
| ramoops@8f000000 { |
| compatible = "ramoops"; |
| reg = <0x8f000000 0x100000>; |
| record-size = <0x4000>; |
| console-size = <0x4000>; |
| }; |
| }; |
| }; |