blob: c0b4a89a18213fc0991dae83b8d5149337a3ce5d [file] [log] [blame]
// Copyright 2020 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.
library fuchsia.nordic.platform;
extend uint fuchsia.BIND_PLATFORM_DEV_VID {
NORDIC = 22,
};
extend uint fuchsia.BIND_PLATFORM_DEV_PID {
NRF52840 = 0x01,
NRF52811 = 0x02,
};
extend uint fuchsia.BIND_PLATFORM_DEV_DID {
THREAD = 0x01,
};